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="2023-09-27T13:27:51.717-07:00") public class PrivateCloudActivationOptions extends Object
Options for activating a Private Cloud environment.
-
-
Constructor Summary
Constructors Constructor Description PrivateCloudActivationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDbDas()
Getter for dbDas.String
getDbHue()
Getter for dbHue.String
getDelegationPassword()
Getter for delegationPassword.String
getDelegationUsername()
Getter for delegationUsername.String
getSecurityContextConstraintName()
Getter for securityContextConstraintName.String
getStorageClass()
Getter for storageClass.int
hashCode()
void
setDbDas(String dbDas)
Setter for dbDas.void
setDbHue(String dbHue)
Setter for dbHue.void
setDelegationPassword(String delegationPassword)
Setter for delegationPassword.void
setDelegationUsername(String delegationUsername)
Setter for delegationUsername.void
setSecurityContextConstraintName(String securityContextConstraintName)
Setter for securityContextConstraintName.void
setStorageClass(String storageClass)
Setter for storageClass.String
toString()
-
-
-
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.
-
-