Package com.cloudera.cdp.datahub.model
Class ClusterTemplate
java.lang.Object
com.cloudera.cdp.datahub.model.ClusterTemplate
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class ClusterTemplate
extends Object
Information about a cluster template.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterTemplateContent.Getter for clusterTemplateName.getCrn()Getter for crn.Getter for description.Getter for instanceGroupCount.Getter for status.getTags()Getter for tags.inthashCode()voidsetClusterTemplateContent(String clusterTemplateContent) Setter for clusterTemplateContent.voidsetClusterTemplateName(String clusterTemplateName) Setter for clusterTemplateName.voidSetter for crn.voidsetDescription(String description) Setter for description.voidsetInstanceGroupCount(Integer instanceGroupCount) Setter for instanceGroupCount.voidSetter for status.voidsetTags(List<DatahubResourceTag> tags) Setter for tags.toString()
-
Constructor Details
-
ClusterTemplate
public ClusterTemplate()
-
-
Method Details
-
getClusterTemplateName
Getter for clusterTemplateName. The name of the cluster template. -
setClusterTemplateName
Setter for clusterTemplateName. The name of the cluster template. -
getCrn
Getter for crn. The CRN of the cluster template. -
setCrn
Setter for crn. The CRN of the cluster template. -
getDescription
Getter for description. The description of the cluster template. -
setDescription
Setter for description. The description of the cluster template. -
getInstanceGroupCount
Getter for instanceGroupCount. The instance group count of the cluster. -
setInstanceGroupCount
Setter for instanceGroupCount. The instance group count of the cluster. -
getStatus
Getter for status. The status of the cluster template. -
setStatus
Setter for status. The status of the cluster template. -
getTags
Getter for tags. Tags added to the cluster template. -
setTags
Setter for tags. Tags added to the cluster template. -
getClusterTemplateContent
Getter for clusterTemplateContent. The content of the cluster template. -
setClusterTemplateContent
Setter for clusterTemplateContent. The content of the cluster template. -
equals
-
hashCode
public int hashCode() -
toString
-