Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
bds
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: auto_scaling_configuration.pyc
a N��fm+ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�AutoScalingConfigurationz< The information about the autoscale configuration. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new AutoScalingConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this AutoScalingConfiguration. :type id: str :param display_name: The value to assign to the display_name property of this AutoScalingConfiguration. :type display_name: str :param node_type: The value to assign to the node_type property of this AutoScalingConfiguration. :type node_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AutoScalingConfiguration. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this AutoScalingConfiguration. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AutoScalingConfiguration. :type time_updated: datetime :param policy: The value to assign to the policy property of this AutoScalingConfiguration. :type policy: oci.bds.models.AutoScalePolicy :param policy_details: The value to assign to the policy_details property of this AutoScalingConfiguration. :type policy_details: oci.bds.models.AutoScalePolicyDetails �str�datetime�AutoScalePolicy�AutoScalePolicyDetails)�id�display_name� node_type�lifecycle_state�time_created�time_updated�policy�policy_detailsr �displayName�nodeType�lifecycleState�timeCreated�timeUpdatedr � policyDetailsN) � swagger_types� attribute_map�_id� _display_name� _node_type�_lifecycle_state� _time_created� _time_updated�_policy�_policy_details)�self�kwargs� r, ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bds/models/auto_scaling_configuration.py�__init__, s4 )��z!AutoScalingConfiguration.__init__c C s | j S )z� **[Required]** Gets the id of this AutoScalingConfiguration. The unique identifier for the autoscale configuration. :return: The id of this AutoScalingConfiguration. :rtype: str �r"