Package com.cloudera.cdp.dw.model
Class CreatePrivateClusterRequest
java.lang.Object
com.cloudera.cdp.dw.model.CreatePrivateClusterRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-14T06:50:04.824-08:00")
public class CreatePrivateClusterRequest
extends Object
Request object for the createPrivateCluster method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for dbClientCredentials.Deprecated.Getter for environmentCrn.Getter for storageClass.inthashCode()voidsetDbClientCredentials(KeyPairCredentials dbClientCredentials) Setter for dbClientCredentials.voidsetDedicatedExecutorNodes(Boolean dedicatedExecutorNodes) Deprecated.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetStorageClass(String storageClass) Setter for storageClass.toString()
-
Constructor Details
-
CreatePrivateClusterRequest
public CreatePrivateClusterRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment for the cluster to create. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment for the cluster to create. -
getStorageClass
Getter for storageClass. The storage class for the Local Storage Operator. -
setStorageClass
Setter for storageClass. The storage class for the Local Storage Operator. -
getDedicatedExecutorNodes
Deprecated.Getter for dedicatedExecutorNodes. DEPRECATED: As of 1.5.5, this feature flag can be set as an advanced configuration. Enable to use dedicated nodes exclusively for executors and coordinators, and improve performance. You can enable this only if you reserved nodes while adding a CDP Private Cloud containerized ECS cluster. When disabled, non-compute pods such as MetaStore and Data Visualization can also use the reserved nodes. -
setDedicatedExecutorNodes
Deprecated.Setter for dedicatedExecutorNodes. DEPRECATED: As of 1.5.5, this feature flag can be set as an advanced configuration. Enable to use dedicated nodes exclusively for executors and coordinators, and improve performance. You can enable this only if you reserved nodes while adding a CDP Private Cloud containerized ECS cluster. When disabled, non-compute pods such as MetaStore and Data Visualization can also use the reserved nodes. -
getDbClientCredentials
Getter for dbClientCredentials. A certificate and private key pair belonging together for mutual SSL handshake when Database Catalog (aka DBC) connects to the metastore database. -
setDbClientCredentials
Setter for dbClientCredentials. A certificate and private key pair belonging together for mutual SSL handshake when Database Catalog (aka DBC) connects to the metastore database. -
equals
-
hashCode
public int hashCode() -
toString
-