UpdateAutoScalingConfigurationDetails¶
-
class
oci.bds.models.
UpdateAutoScalingConfigurationDetails
(**kwargs)¶ Bases:
object
The information about the autoscale configuration.
Methods
__init__
(**kwargs)Initializes a new UpdateAutoScalingConfigurationDetails object with values from keyword arguments. Attributes
cluster_admin_password
Gets the cluster_admin_password of this UpdateAutoScalingConfigurationDetails. display_name
Gets the display_name of this UpdateAutoScalingConfigurationDetails. is_enabled
Gets the is_enabled of this UpdateAutoScalingConfigurationDetails. policy
Gets the policy of this UpdateAutoScalingConfigurationDetails. policy_details
Gets the policy_details of this UpdateAutoScalingConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateAutoScalingConfigurationDetails 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 UpdateAutoScalingConfigurationDetails.
- is_enabled (bool) – The value to assign to the is_enabled property of this UpdateAutoScalingConfigurationDetails.
- cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this UpdateAutoScalingConfigurationDetails.
- policy (oci.bds.models.AutoScalePolicy) – The value to assign to the policy property of this UpdateAutoScalingConfigurationDetails.
- policy_details (oci.bds.models.UpdateAutoScalePolicyDetails) – The value to assign to the policy_details property of this UpdateAutoScalingConfigurationDetails.
-
cluster_admin_password
¶ Gets the cluster_admin_password of this UpdateAutoScalingConfigurationDetails. Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
Returns: The cluster_admin_password of this UpdateAutoScalingConfigurationDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateAutoScalingConfigurationDetails. 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 UpdateAutoScalingConfigurationDetails. Return type: str
-
is_enabled
¶ Gets the is_enabled of this UpdateAutoScalingConfigurationDetails. Whether the autoscale configuration is enabled.
Returns: The is_enabled of this UpdateAutoScalingConfigurationDetails. Return type: bool
-
policy
¶ Gets the policy of this UpdateAutoScalingConfigurationDetails.
Returns: The policy of this UpdateAutoScalingConfigurationDetails. Return type: oci.bds.models.AutoScalePolicy
-
policy_details
¶ Gets the policy_details of this UpdateAutoScalingConfigurationDetails.
Returns: The policy_details of this UpdateAutoScalingConfigurationDetails. Return type: oci.bds.models.UpdateAutoScalePolicyDetails
-