AddAutoScalingConfigurationDetails¶
-
class
oci.bds.models.
AddAutoScalingConfigurationDetails
(**kwargs)¶ Bases:
object
The information about the autoscale configuration.
Methods
__init__
(**kwargs)Initializes a new AddAutoScalingConfigurationDetails object with values from keyword arguments. Attributes
cluster_admin_password
[Required] Gets the cluster_admin_password of this AddAutoScalingConfigurationDetails. display_name
Gets the display_name of this AddAutoScalingConfigurationDetails. is_enabled
[Required] Gets the is_enabled of this AddAutoScalingConfigurationDetails. node_type
[Required] Gets the node_type of this AddAutoScalingConfigurationDetails. policy
Gets the policy of this AddAutoScalingConfigurationDetails. policy_details
Gets the policy_details of this AddAutoScalingConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new AddAutoScalingConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this AddAutoScalingConfigurationDetails.
- node_type (str) – The value to assign to the node_type property of this AddAutoScalingConfigurationDetails.
- is_enabled (bool) – The value to assign to the is_enabled property of this AddAutoScalingConfigurationDetails.
- cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this AddAutoScalingConfigurationDetails.
- policy (oci.bds.models.AutoScalePolicy) – The value to assign to the policy property of this AddAutoScalingConfigurationDetails.
- policy_details (oci.bds.models.AddAutoScalePolicyDetails) – The value to assign to the policy_details property of this AddAutoScalingConfigurationDetails.
-
cluster_admin_password
¶ [Required] Gets the cluster_admin_password of this AddAutoScalingConfigurationDetails. Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
Returns: The cluster_admin_password of this AddAutoScalingConfigurationDetails. Return type: str
-
display_name
¶ Gets the display_name of this AddAutoScalingConfigurationDetails. A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
Returns: The display_name of this AddAutoScalingConfigurationDetails. Return type: str
-
is_enabled
¶ [Required] Gets the is_enabled of this AddAutoScalingConfigurationDetails. Whether the autoscale configuration is enabled.
Returns: The is_enabled of this AddAutoScalingConfigurationDetails. Return type: bool
-
node_type
¶ [Required] Gets the node_type of this AddAutoScalingConfigurationDetails. A node type that is managed by an autoscale configuration. The only supported types are WORKER and COMPUTE_ONLY_WORKER.
Returns: The node_type of this AddAutoScalingConfigurationDetails. Return type: str
-
policy
¶ Gets the policy of this AddAutoScalingConfigurationDetails.
Returns: The policy of this AddAutoScalingConfigurationDetails. Return type: oci.bds.models.AutoScalePolicy
-
policy_details
¶ Gets the policy_details of this AddAutoScalingConfigurationDetails.
Returns: The policy_details of this AddAutoScalingConfigurationDetails. Return type: oci.bds.models.AddAutoScalePolicyDetails
-