ruạṛ
a N��fV@ � @ 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] �str�datetimez-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 �instancePoolId�availabilityDomain�lifecycleState� compartmentId�displayName�faultDomain�instanceConfigurationIdr r r �timeCreated�loadBalancerBackendsN)� swagger_types� 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� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/instance_pool_instance.py�__init__ sR =��zInstancePoolInstance.__init__c C s | j S )a **[Required]** Gets the id of this InstancePoolInstance. The `OCID`__ of the instance. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this InstancePoolInstance. :rtype: str �r$ �r1 r3 r3 r4 r � s zInstancePoolInstance.idc C s || _ dS )a Sets the id of this InstancePoolInstance. The `OCID`__ of the instance. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this InstancePoolInstance. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a5 **[Required]** Gets the instance_pool_id of this InstancePoolInstance. The `OCID`__ of the instance pool. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The instance_pool_id of this InstancePoolInstance. :rtype: str �r% r7 r3 r3 r4 r � s z%InstancePoolInstance.instance_pool_idc C s || _ dS )a5 Sets the instance_pool_id of this InstancePoolInstance. The `OCID`__ of the instance pool. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param instance_pool_id: The instance_pool_id of this InstancePoolInstance. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the availability_domain of this InstancePoolInstance. The availability domain the instance is running in. :return: The availability_domain of this InstancePoolInstance. :rtype: str �r&