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="2025-10-28T14:00:25.843-07:00")
public class ClusterDefinition
extends Object
Information about a cluster definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cloudPlatform.Getter for clusterDefinitionName.getCrn()Getter for crn.Getter for description.Getter for environmentCrn.getType()Getter for type.Getter for workloadTemplate.inthashCode()voidsetCloudPlatform(String cloudPlatform) Setter for cloudPlatform.voidsetClusterDefinitionName(String clusterDefinitionName) Setter for clusterDefinitionName.voidSetter for crn.voidsetDescription(String description) Setter for description.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidSetter for type.voidsetWorkloadTemplate(String workloadTemplate) Setter for workloadTemplate.toString()
-
Constructor Details
-
ClusterDefinition
public ClusterDefinition()
-
-
Method Details
-
getClusterDefinitionName
Getter for clusterDefinitionName. The name of the cluster definition. -
setClusterDefinitionName
Setter for clusterDefinitionName. The name of the cluster definition. -
getCrn
Getter for crn. The CRN of the cluster definition. -
setCrn
Setter for crn. The CRN of the cluster definition. -
getType
Getter for type. The type of cluster definition. -
setType
Setter for type. The type of cluster definition. -
getWorkloadTemplate
Getter for workloadTemplate. The workload template. -
setWorkloadTemplate
Setter for workloadTemplate. The workload template. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getDescription
Getter for description. The description of the cluster definition. -
setDescription
Setter for description. The description of the cluster definition. -
equals
-
hashCode
public int hashCode() -
toString
-