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="2024-09-27T08:40:25.071-07:00")
public class CreatePrivateClusterRequest
extends Object
Request object for the createPrivateCluster method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for dbClientCredentials.getDbHue()
Getter for dbHue.Getter for dedicatedExecutorNodes.Deprecated.Deprecated.Getter for environmentCrn.Getter for resourcePool.Getter for securityContextConstraintName.Getter for storageClass.int
hashCode()
void
setDbClientCredentials
(KeyPairCredentials dbClientCredentials) Setter for dbClientCredentials.void
Setter for dbHue.void
setDedicatedExecutorNodes
(Boolean dedicatedExecutorNodes) Setter for dedicatedExecutorNodes.void
setDelegationPassword
(String delegationPassword) Deprecated.void
setDelegationUsername
(String delegationUsername) Deprecated.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setResourcePool
(String resourcePool) Setter for resourcePool.void
setSecurityContextConstraintName
(String securityContextConstraintName) Setter for securityContextConstraintName.void
setStorageClass
(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. -
getDelegationUsername
Deprecated.Getter for delegationUsername. DEPRECATED: As of PVC 1.5.4 we no longer use delegation user. Name of delegation user. This user is used between Hue - Impala to create a session, as Hue should not pass the user credentials, instead Hue authenticates with the delegation user, then this user will impersonate the logged in user. This means that the Delegation User and Password should be able to authenticate through LDAP. -
setDelegationUsername
Deprecated.Setter for delegationUsername. DEPRECATED: As of PVC 1.5.4 we no longer use delegation user. Name of delegation user. This user is used between Hue - Impala to create a session, as Hue should not pass the user credentials, instead Hue authenticates with the delegation user, then this user will impersonate the logged in user. This means that the Delegation User and Password should be able to authenticate through LDAP. -
getDelegationPassword
Deprecated.Getter for delegationPassword. DEPRECATED: As of PVC 1.5.4 we no longer use delegation user. Password of delegation user. -
setDelegationPassword
Deprecated.Setter for delegationPassword. DEPRECATED: As of PVC 1.5.4 we no longer use delegation user. Password of delegation user. -
getSecurityContextConstraintName
Getter for securityContextConstraintName. The name of the Hive Security Context Constraint. -
setSecurityContextConstraintName
Setter for securityContextConstraintName. The name of the Hive Security Context Constraint. -
getStorageClass
Getter for storageClass. The storage class for the Local Storage Operator. -
setStorageClass
Setter for storageClass. The storage class for the Local Storage Operator. -
getDbHue
Getter for dbHue. The name of the HUE database. Not required for embedded databases. -
setDbHue
Setter for dbHue. The name of the HUE database. Not required for embedded databases. -
getResourcePool
Getter for resourcePool. The Resource Pool of the cluster. -
setResourcePool
Setter for resourcePool. The Resource Pool of the cluster. -
getDedicatedExecutorNodes
Getter for dedicatedExecutorNodes. 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
Setter for dedicatedExecutorNodes. 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
-