Package com.cloudera.cdp.compute.model
Class ListDeploymentsRequest
java.lang.Object
com.cloudera.cdp.compute.model.ListDeploymentsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.430-07:00")
public class ListDeploymentsRequest
extends Object
Request structure to list deployments in the cluster.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterCrn.Getter for namespace.Getter for verbose.inthashCode()voidsetClusterCrn(String clusterCrn) Setter for clusterCrn.voidsetNamespace(String namespace) Setter for namespace.voidsetVerbose(Boolean verbose) Setter for verbose.toString()
-
Constructor Details
-
ListDeploymentsRequest
public ListDeploymentsRequest()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. Compute cluster CRN. -
setClusterCrn
Setter for clusterCrn. Compute cluster CRN. -
getNamespace
Getter for namespace. The namespace of the deployment. Lists deployments in all namespaces if not specified. -
setNamespace
Setter for namespace. The namespace of the deployment. Lists deployments in all namespaces if not specified. -
getVerbose
Getter for verbose. Set true to get detailed chart response. Default is false. -
setVerbose
Setter for verbose. Set true to get detailed chart response. Default is false. -
equals
-
hashCode
public int hashCode() -
toString
-