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="2024-09-27T08:40:24.392-07:00")
public class ClusterDefinition
extends Object
Information about a cluster definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudPlatform.Getter for clusterDefinitionName.getCrn()
Getter for crn.Getter for description.Getter for environmentCrn.getType()
Getter for type.Getter for workloadTemplate.int
hashCode()
void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setClusterDefinitionName
(String clusterDefinitionName) Setter for clusterDefinitionName.void
Setter for crn.void
setDescription
(String description) Setter for description.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
Setter for type.void
setWorkloadTemplate
(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
-