Class Cluster
java.lang.Object
com.cloudera.cdp.datacatalog.model.Cluster
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.653-07:00")
public class Cluster
extends Object
Information about a cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudPlatform.Getter for clusterName.Getter for clusterStatus.Getter for clusterTemplateCrn.Getter for creationDate.Getter for credentialCrn.getCrn()
Getter for crn.Getter for datalakeCrn.Getter for environmentCrn.Getter for imageDetails.Getter for nodeCount.Getter for workloadType.int
hashCode()
void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setClusterName
(String clusterName) Setter for clusterName.void
setClusterStatus
(String clusterStatus) Setter for clusterStatus.void
setClusterTemplateCrn
(String clusterTemplateCrn) Setter for clusterTemplateCrn.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
setCredentialCrn
(String credentialCrn) Setter for credentialCrn.void
Setter for crn.void
setDatalakeCrn
(String datalakeCrn) Setter for datalakeCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setImageDetails
(ImageDetails imageDetails) Setter for imageDetails.void
setNodeCount
(Integer nodeCount) Setter for nodeCount.void
setWorkloadType
(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. -
getClusterStatus
Getter for clusterStatus. The status of the cluster. -
setClusterStatus
Setter for clusterStatus. The status of the cluster. -
getNodeCount
Getter for nodeCount. The cluster node count. -
setNodeCount
Setter for nodeCount. The cluster node count. -
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. -
equals
-
hashCode
public int hashCode() -
toString
-