Class ClusterSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class ClusterSummary
    extends Object
    Information about a cluster.
    • Constructor Detail

      • ClusterSummary

        public ClusterSummary()
    • Method Detail

      • getClusterName

        public String getClusterName()
        Getter for clusterName. The name of the cluster.
      • setClusterName

        public void setClusterName​(String clusterName)
        Setter for clusterName. The name of the cluster.
      • getCrn

        public String getCrn()
        Getter for crn. The CRN of the cluster.
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The CRN of the cluster.
      • getStatus

        public String getStatus()
        Getter for status. The status of the cluster.
      • setStatus

        public void setStatus​(String status)
        Setter for status. The status of the cluster.
      • getWorkloadType

        public String getWorkloadType()
        Getter for workloadType. The type of cluster.
      • setWorkloadType

        public void setWorkloadType​(String workloadType)
        Setter for workloadType. The type of cluster.
      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CRN of the environment.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CRN of the environment.
      • getEnvironmentName

        public String getEnvironmentName()
        Getter for environmentName. The name of the environment.
      • setEnvironmentName

        public void setEnvironmentName​(String environmentName)
        Setter for environmentName. The name of the environment.
      • getCloudPlatform

        public String getCloudPlatform()
        Getter for cloudPlatform. The name of the cloud platform.
      • setCloudPlatform

        public void setCloudPlatform​(String cloudPlatform)
        Setter for cloudPlatform. The name of the cloud platform.
      • getNodeCount

        public Integer getNodeCount()
        Getter for nodeCount. The cluster node count.
      • setNodeCount

        public void setNodeCount​(Integer nodeCount)
        Setter for nodeCount. The cluster node count.
      • getCreationDate

        public ZonedDateTime getCreationDate()
        Getter for creationDate. The date when the cluster was created.
      • setCreationDate

        public void setCreationDate​(ZonedDateTime creationDate)
        Setter for creationDate. The date when the cluster was created.
      • getDatalakeCrn

        public String getDatalakeCrn()
        Getter for datalakeCrn. The CRN of the attached datalake.
      • setDatalakeCrn

        public void setDatalakeCrn​(String datalakeCrn)
        Setter for datalakeCrn. The CRN of the attached datalake.
      • getClusterTemplateCrn

        public String getClusterTemplateCrn()
        Getter for clusterTemplateCrn. The CRN of the cluster template used for the cluster creation.
      • setClusterTemplateCrn

        public void setClusterTemplateCrn​(String clusterTemplateCrn)
        Setter for clusterTemplateCrn. The CRN of the cluster template used for the cluster creation.
      • getCertificateExpirationState

        public String getCertificateExpirationState()
        Getter for certificateExpirationState. Indicates the certificate status on the cluster.
      • setCertificateExpirationState

        public void setCertificateExpirationState​(String certificateExpirationState)
        Setter for certificateExpirationState. Indicates the certificate status on the cluster.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object