📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_pool_summary.cpython-39.opt-1.pyc
a ���f;9 � @ 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]�intZdatetimezdict(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 Z compartmentIdZdisplayNameZinstanceConfigurationIdZlifecycleStateZavailabilityDomainsr ZtimeCreatedZdefinedTagsZfreeformTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_instance_configuration_id�_lifecycle_state�_availability_domains�_size� _time_created� _defined_tags�_freeform_tags)�self�kwargs� r'