Package com.cloudera.cdp.datahub.model
Class Cluster
java.lang.Object
com.cloudera.cdp.datahub.model.Cluster
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:43.782-07:00")
public class Cluster
extends Object
Information about a cluster.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clouderaManager.Getter for cloudPlatform.Getter for clusterName.Deprecated.Getter for clusterTemplateCrn.Getter for creationDate.Getter for credentialCrn.getCrn()Getter for crn.Getter for datalakeCrn.Getter for endpoints.Getter for environmentCrn.Getter for imageDetails.Getter for instanceGroups.Getter for multiAz.Getter for nodeCount.Getter for status.Getter for statusReason.Getter for workloadType.inthashCode()voidsetClouderaManager(ClouderaManagerDetails clouderaManager) Setter for clouderaManager.voidsetCloudPlatform(String cloudPlatform) Setter for cloudPlatform.voidsetClusterName(String clusterName) Setter for clusterName.voidsetClusterStatus(String clusterStatus) Deprecated.voidsetClusterTemplateCrn(String clusterTemplateCrn) Setter for clusterTemplateCrn.voidsetCreationDate(ZonedDateTime creationDate) Setter for creationDate.voidsetCredentialCrn(String credentialCrn) Setter for credentialCrn.voidSetter for crn.voidsetDatalakeCrn(String datalakeCrn) Setter for datalakeCrn.voidsetEndpoints(Endpoints endpoints) Setter for endpoints.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetImageDetails(ImageDetails imageDetails) Setter for imageDetails.voidsetInstanceGroups(List<InstanceGroup> instanceGroups) Setter for instanceGroups.voidsetMultiAz(Boolean multiAz) Setter for multiAz.voidsetNodeCount(Integer nodeCount) Setter for nodeCount.voidSetter for status.voidsetStatusReason(String statusReason) Setter for statusReason.voidsetWorkloadType(String workloadType) Setter for workloadType.toString()
-
Constructor Details
-
Cluster
public Cluster()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name of the cluster. -
setClusterName
Setter for clusterName. The name of the cluster. -
getCrn
Getter for crn. The CRN of the cluster. -
setCrn
Setter for crn. The CRN of the cluster. -
getCreationDate
Getter for creationDate. The date when the cluster was created. -
setCreationDate
Setter for creationDate. The date when the cluster was created. -
getStatus
Getter for status. The status of the stack. -
setStatus
Setter for status. The status of the stack. -
getClusterStatus
Deprecated.Getter for clusterStatus. The status of the cluster. It always returns the same value as the status field. Deprecated. -
setClusterStatus
Deprecated.Setter for clusterStatus. The status of the cluster. It always returns the same value as the status field. Deprecated. -
getNodeCount
Getter for nodeCount. The cluster node count. -
setNodeCount
Setter for nodeCount. The cluster node count. -
getInstanceGroups
Getter for instanceGroups. The instance details. -
setInstanceGroups
Setter for instanceGroups. The instance details. -
getWorkloadType
Getter for workloadType. The workload type for the cluster. -
setWorkloadType
Setter for workloadType. The workload type for the cluster. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform. -
getImageDetails
Getter for imageDetails. The image details. -
setImageDetails
Setter for imageDetails. The image details. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getCredentialCrn
Getter for credentialCrn. The CRN of the credential. -
setCredentialCrn
Setter for credentialCrn. The CRN of the credential. -
getDatalakeCrn
Getter for datalakeCrn. The CRN of the attached datalake. -
setDatalakeCrn
Setter for datalakeCrn. The CRN of the attached datalake. -
getClusterTemplateCrn
Getter for clusterTemplateCrn. The CRN of the cluster template used for the cluster creation. -
setClusterTemplateCrn
Setter for clusterTemplateCrn. The CRN of the cluster template used for the cluster creation. -
getStatusReason
Getter for statusReason. The status reason. -
setStatusReason
Setter for statusReason. The status reason. -
getClouderaManager
Getter for clouderaManager. The Cloudera Manager details. -
setClouderaManager
Setter for clouderaManager. The Cloudera Manager details. -
getEndpoints
Getter for endpoints. The exposed service api endpoints. -
setEndpoints
Setter for endpoints. The exposed service api endpoints. -
getMultiAz
Getter for multiAz. Flag that toggles the multi availability zone for the given datahub cluster when you are not sure what subnet IDs can be used. This way the subnet IDs will be used what the environment suggests. -
setMultiAz
Setter for multiAz. Flag that toggles the multi availability zone for the given datahub cluster when you are not sure what subnet IDs can be used. This way the subnet IDs will be used what the environment suggests. -
equals
-
hashCode
public int hashCode() -
toString
-