ruạṛ
a N��f�8 � @ 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 @ sT e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�InstancePoolSummaryz3 Summary information for an instance pool. �PROVISIONING�SCALING�STARTING�STOPPING�TERMINATING�STOPPED� TERMINATED�RUNNINGc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new InstancePoolSummary 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 InstancePoolSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this InstancePoolSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this InstancePoolSummary. :type display_name: str :param instance_configuration_id: The value to assign to the instance_configuration_id property of this InstancePoolSummary. :type instance_configuration_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this InstancePoolSummary. Allowed values for this property are: "PROVISIONING", "SCALING", "STARTING", "STOPPING", "TERMINATING", "STOPPED", "TERMINATED", "RUNNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param availability_domains: The value to assign to the availability_domains property of this InstancePoolSummary. :type availability_domains: list[str] :param size: The value to assign to the size property of this InstancePoolSummary. :type size: int :param time_created: The value to assign to the time_created property of this InstancePoolSummary. :type time_created: datetime :param defined_tags: The value to assign to the defined_tags property of this InstancePoolSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this InstancePoolSummary. :type freeform_tags: dict(str, str) �strz list[str]�int�datetimezdict(str, dict(str, object))zdict(str, str)) �id�compartment_id�display_name�instance_configuration_id�lifecycle_state�availability_domains�size�time_created�defined_tags� freeform_tagsr � compartmentId�displayName�instanceConfigurationId�lifecycleState�availabilityDomainsr �timeCreated�definedTags�freeformTagsN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_instance_configuration_id�_lifecycle_state�_availability_domains�_size� _time_created� _defined_tags�_freeform_tags)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/instance_pool_summary.py�__init__0 s@ 1�� zInstancePoolSummary.__init__c C s | j S )z� **[Required]** Gets the id of this InstancePoolSummary. The OCID of the instance pool. :return: The id of this InstancePoolSummary. :rtype: str �r&