Package com.cloudera.cdp.dw.model
Class PrivateCloudActivationOptions
java.lang.Object
com.cloudera.cdp.dw.model.PrivateCloudActivationOptions
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class PrivateCloudActivationOptions
extends Object
Options for activating a Private Cloud environment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for dbClientCredentials.getDbDas()
Getter for dbDas.getDbHue()
Getter for dbHue.Getter for dedicatedExecutorNodes.Deprecated.Deprecated.Getter for securityContextConstraintName.Getter for storageClass.int
hashCode()
void
setDbClientCredentials
(KeyPairCredentials dbClientCredentials) Setter for dbClientCredentials.void
Setter for dbDas.void
Setter for dbHue.void
setDedicatedExecutorNodes
(Boolean dedicatedExecutorNodes) Setter for dedicatedExecutorNodes.void
setDelegationPassword
(String delegationPassword) Deprecated.void
setDelegationUsername
(String delegationUsername) Deprecated.void
setSecurityContextConstraintName
(String securityContextConstraintName) Setter for securityContextConstraintName.void
setStorageClass
(String storageClass) Setter for storageClass.toString()
-
Constructor Details
-
PrivateCloudActivationOptions
public PrivateCloudActivationOptions()
-
-
Method Details
-
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. -
getDbDas
Getter for dbDas. The name of the DAS database. Not required for embedded databases -
setDbDas
Setter for dbDas. The name of the DAS database. Not required for embedded databases -
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. -
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
-