AutoScalingConfigurationSummary¶
-
class
oci.bds.models.
AutoScalingConfigurationSummary
(**kwargs)¶ Bases:
object
The information about the autoscale configuration.
Methods
__init__
(**kwargs)Initializes a new AutoScalingConfigurationSummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this AutoScalingConfigurationSummary. id
[Required] Gets the id of this AutoScalingConfigurationSummary. lifecycle_state
[Required] Gets the lifecycle_state of this AutoScalingConfigurationSummary. node_type
[Required] Gets the node_type of this AutoScalingConfigurationSummary. policy
[Required] Gets the policy of this AutoScalingConfigurationSummary. policy_details
Gets the policy_details of this AutoScalingConfigurationSummary. time_created
[Required] Gets the time_created of this AutoScalingConfigurationSummary. time_updated
[Required] Gets the time_updated of this AutoScalingConfigurationSummary. -
__init__
(**kwargs)¶ Initializes a new AutoScalingConfigurationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AutoScalingConfigurationSummary.
- display_name (str) – The value to assign to the display_name property of this AutoScalingConfigurationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AutoScalingConfigurationSummary.
- node_type (str) – The value to assign to the node_type property of this AutoScalingConfigurationSummary.
- time_created (datetime) – The value to assign to the time_created property of this AutoScalingConfigurationSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this AutoScalingConfigurationSummary.
- policy (oci.bds.models.AutoScalePolicy) – The value to assign to the policy property of this AutoScalingConfigurationSummary.
- policy_details (oci.bds.models.AutoScalePolicyDetails) – The value to assign to the policy_details property of this AutoScalingConfigurationSummary.
-
display_name
¶ [Required] Gets the display_name of this AutoScalingConfigurationSummary. 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 AutoScalingConfigurationSummary. Return type: str
-
id
¶ [Required] Gets the id of this AutoScalingConfigurationSummary. The OCID of the autoscale configuration.
Returns: The id of this AutoScalingConfigurationSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this AutoScalingConfigurationSummary. The state of the autoscale configuration.
Returns: The lifecycle_state of this AutoScalingConfigurationSummary. Return type: str
-
node_type
¶ [Required] Gets the node_type of this AutoScalingConfigurationSummary. 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 AutoScalingConfigurationSummary. Return type: str
-
policy
¶ [Required] Gets the policy of this AutoScalingConfigurationSummary.
Returns: The policy of this AutoScalingConfigurationSummary. Return type: oci.bds.models.AutoScalePolicy
-
policy_details
¶ Gets the policy_details of this AutoScalingConfigurationSummary.
Returns: The policy_details of this AutoScalingConfigurationSummary. Return type: oci.bds.models.AutoScalePolicyDetails
-
time_created
¶ [Required] Gets the time_created of this AutoScalingConfigurationSummary. The time the cluster was created, shown as an RFC 3339 formatted datetime string.
Returns: The time_created of this AutoScalingConfigurationSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this AutoScalingConfigurationSummary. The time the autoscale configuration was updated, shown as an RFC 3339 formatted datetime string.
Returns: The time_updated of this AutoScalingConfigurationSummary. Return type: datetime
-