Class ClusterTemplateSummary


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

      • ClusterTemplateSummary

        public ClusterTemplateSummary()
    • Method Detail

      • getClusterTemplateName

        public String getClusterTemplateName()
        Getter for clusterTemplateName. The name of the cluster template.
      • setClusterTemplateName

        public void setClusterTemplateName​(String clusterTemplateName)
        Setter for clusterTemplateName. The name of the cluster template.
      • getCrn

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

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

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

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

        public String getProductVersion()
        Getter for productVersion. The product version.
      • setProductVersion

        public void setProductVersion​(String productVersion)
        Setter for productVersion. The product version.
      • getInstanceGroupCount

        public Integer getInstanceGroupCount()
        Getter for instanceGroupCount. The instance group count of the cluster.
      • setInstanceGroupCount

        public void setInstanceGroupCount​(Integer instanceGroupCount)
        Setter for instanceGroupCount. The instance group count of the cluster.
      • getStatus

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

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

        public void setTags​(List<DatahubResourceTag> tags)
        Setter for tags. Tags added to the cluster template.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object