UpdateAutoScalingConfigurationDetails¶
-
class
oci.autoscaling.models.
UpdateAutoScalingConfigurationDetails
(**kwargs)¶ Bases:
object
UpdateAutoScalingConfigurationDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateAutoScalingConfigurationDetails object with values from keyword arguments. Attributes
cool_down_in_seconds
Gets the cool_down_in_seconds of this UpdateAutoScalingConfigurationDetails. defined_tags
Gets the defined_tags of this UpdateAutoScalingConfigurationDetails. display_name
Gets the display_name of this UpdateAutoScalingConfigurationDetails. freeform_tags
Gets the freeform_tags of this UpdateAutoScalingConfigurationDetails. is_enabled
Gets the is_enabled 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: - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateAutoScalingConfigurationDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateAutoScalingConfigurationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateAutoScalingConfigurationDetails.
- is_enabled (bool) – The value to assign to the is_enabled property of this UpdateAutoScalingConfigurationDetails.
- cool_down_in_seconds (int) – The value to assign to the cool_down_in_seconds property of this UpdateAutoScalingConfigurationDetails.
-
cool_down_in_seconds
¶ Gets the cool_down_in_seconds of this UpdateAutoScalingConfigurationDetails. The minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 300 seconds, which is also the default.
Returns: The cool_down_in_seconds of this UpdateAutoScalingConfigurationDetails. Return type: int
Gets the defined_tags of this UpdateAutoScalingConfigurationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateAutoScalingConfigurationDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateAutoScalingConfigurationDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateAutoScalingConfigurationDetails. Return type: str
Gets the freeform_tags of this UpdateAutoScalingConfigurationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateAutoScalingConfigurationDetails. Return type: dict(str, str)
-
is_enabled
¶ Gets the is_enabled of this UpdateAutoScalingConfigurationDetails. Whether the autoscaling configuration is enabled.
Returns: The is_enabled of this UpdateAutoScalingConfigurationDetails. Return type: bool
-