Class PrivateCloudActivationOptions


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class PrivateCloudActivationOptions
    extends Object
    Options for activating a Private Cloud environment.
    • Constructor Detail

      • PrivateCloudActivationOptions

        public PrivateCloudActivationOptions()
    • Method Detail

      • getDelegationUsername

        public String getDelegationUsername()
        Getter for delegationUsername. 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

        public void setDelegationUsername​(String delegationUsername)
        Setter for delegationUsername. 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

        public String getDelegationPassword()
        Getter for delegationPassword. Password of delegation user.
      • setDelegationPassword

        public void setDelegationPassword​(String delegationPassword)
        Setter for delegationPassword. Password of delegation user.
      • getSecurityContextConstraintName

        public String getSecurityContextConstraintName()
        Getter for securityContextConstraintName. The name of the Hive Security Context Constraint.
      • setSecurityContextConstraintName

        public void setSecurityContextConstraintName​(String securityContextConstraintName)
        Setter for securityContextConstraintName. The name of the Hive Security Context Constraint.
      • getStorageClass

        public String getStorageClass()
        Getter for storageClass. The storage class for the Local Storage Operator.
      • setStorageClass

        public void setStorageClass​(String storageClass)
        Setter for storageClass. The storage class for the Local Storage Operator.
      • getDbDas

        public String getDbDas()
        Getter for dbDas. The name of the DAS database. Not required for embedded databases
      • setDbDas

        public void setDbDas​(String dbDas)
        Setter for dbDas. The name of the DAS database. Not required for embedded databases
      • getDbHue

        public String getDbHue()
        Getter for dbHue. The name of the HUE database. Not required for embedded databases.
      • setDbHue

        public void setDbHue​(String dbHue)
        Setter for dbHue. The name of the HUE database. Not required for embedded databases.
      • getDedicatedExecutorNodes

        public Boolean 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

        public void setDedicatedExecutorNodes​(Boolean dedicatedExecutorNodes)
        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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object