Class ListDeploymentsRequest

java.lang.Object
com.cloudera.cdp.compute.model.ListDeploymentsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.033-08:00") public class ListDeploymentsRequest extends Object
Request structure to list deployments in the cluster.
  • Constructor Details

    • ListDeploymentsRequest

      public ListDeploymentsRequest()
  • Method Details

    • getClusterCrn

      public String getClusterCrn()
      Getter for clusterCrn. Compute cluster CRN.
    • setClusterCrn

      public void setClusterCrn(String clusterCrn)
      Setter for clusterCrn. Compute cluster CRN.
    • getNamespace

      public String getNamespace()
      Getter for namespace. The namespace of the deployment. Lists deployments in all namespaces if not specified.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The namespace of the deployment. Lists deployments in all namespaces if not specified.
    • getVerbose

      public Boolean getVerbose()
      Getter for verbose. Set true to get detailed chart response. Default is false.
    • setVerbose

      public void setVerbose(Boolean verbose)
      Setter for verbose. Set true to get detailed chart response. Default is false.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object