Package com.cloudera.cdp.datahub.model
Class ClusterDefinition
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.ClusterDefinition
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:16.679-07:00") public class ClusterDefinition extends Object
Information about a cluster definition.
-
-
Constructor Summary
Constructors Constructor Description ClusterDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCloudPlatform()
Getter for cloudPlatform.String
getClusterDefinitionName()
Getter for clusterDefinitionName.String
getCrn()
Getter for crn.String
getDescription()
Getter for description.String
getEnvironmentCrn()
Getter for environmentCrn.String
getType()
Getter for type.String
getWorkloadTemplate()
Getter for workloadTemplate.int
hashCode()
void
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.void
setClusterDefinitionName(String clusterDefinitionName)
Setter for clusterDefinitionName.void
setCrn(String crn)
Setter for crn.void
setDescription(String description)
Setter for description.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setType(String type)
Setter for type.void
setWorkloadTemplate(String workloadTemplate)
Setter for workloadTemplate.String
toString()
-
-
-
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.
-
-