Class ClusterTemplateSummary

java.lang.Object
com.cloudera.cdp.datahub.model.ClusterTemplateSummary

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class ClusterTemplateSummary extends Object
Information about a cluster template.
  • Constructor Details

    • ClusterTemplateSummary

      public ClusterTemplateSummary()
  • Method Details

    • 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.
    • getTags

      public List<DatahubResourceTag> getTags()
      Getter for tags. Tags added to the cluster template.
    • setTags

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object