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-01-23T07:12:43.033-08:00")
public class ListDeploymentsRequest
extends Object
Request structure to list deployments in the cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterCrn.Getter for namespace.Getter for verbose.int
hashCode()
void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setNamespace
(String namespace) Setter for namespace.void
setVerbose
(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
-