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="2024-09-27T08:40:24.392-07:00")
public class ClusterTemplate
extends Object
Information about a cluster template.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterTemplateContent.Getter for clusterTemplateName.getCrn()
Getter for crn.Getter for description.Getter for instanceGroupCount.Getter for status.getTags()
Getter for tags.int
hashCode()
void
setClusterTemplateContent
(String clusterTemplateContent) Setter for clusterTemplateContent.void
setClusterTemplateName
(String clusterTemplateName) Setter for clusterTemplateName.void
Setter for crn.void
setDescription
(String description) Setter for description.void
setInstanceGroupCount
(Integer instanceGroupCount) Setter for instanceGroupCount.void
Setter for status.void
setTags
(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
-