Class ClusterDefinition


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

      • ClusterDefinition

        public ClusterDefinition()
    • Method Detail

      • getClusterDefinitionName

        public String getClusterDefinitionName()
        Getter for clusterDefinitionName. The name of the cluster definition.
      • setClusterDefinitionName

        public void setClusterDefinitionName​(String clusterDefinitionName)
        Setter for clusterDefinitionName. The name of the cluster definition.
      • getCrn

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

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

        public String getType()
        Getter for type. The type of cluster definition.
      • setType

        public void setType​(String type)
        Setter for type. The type of cluster definition.
      • getWorkloadTemplate

        public String getWorkloadTemplate()
        Getter for workloadTemplate. The workload template.
      • setWorkloadTemplate

        public void setWorkloadTemplate​(String workloadTemplate)
        Setter for workloadTemplate. The workload template.
      • getCloudPlatform

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

        public void setCloudPlatform​(String cloudPlatform)
        Setter for cloudPlatform. The cloud platform.
      • 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.
      • getDescription

        public String getDescription()
        Getter for description. The description of the cluster definition.
      • setDescription

        public void setDescription​(String description)
        Setter for description. The description of the cluster definition.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object