ruạṛ
a ���f�0 � @ 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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�InstanceSummaryzM Condensed instance data when listing instances in an instance pool. c K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )al Initializes a new InstanceSummary 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 InstanceSummary. :type id: str :param availability_domain: The value to assign to the availability_domain property of this InstanceSummary. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this InstanceSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this InstanceSummary. :type display_name: str :param fault_domain: The value to assign to the fault_domain property of this InstanceSummary. :type fault_domain: str :param instance_configuration_id: The value to assign to the instance_configuration_id property of this InstanceSummary. :type instance_configuration_id: str :param region: The value to assign to the region property of this InstanceSummary. :type region: str :param shape: The value to assign to the shape property of this InstanceSummary. :type shape: str :param state: The value to assign to the state property of this InstanceSummary. :type state: str :param time_created: The value to assign to the time_created property of this InstanceSummary. :type time_created: datetime :param load_balancer_backends: The value to assign to the load_balancer_backends property of this InstanceSummary. :type load_balancer_backends: list[oci.core.models.InstancePoolInstanceLoadBalancerBackend] �strZdatetimez-list[InstancePoolInstanceLoadBalancerBackend])�id�availability_domain�compartment_id�display_name�fault_domain�instance_configuration_id�region�shape�state�time_created�load_balancer_backendsr ZavailabilityDomainZ compartmentIdZdisplayNameZfaultDomainZinstanceConfigurationIdr r r ZtimeCreatedZloadBalancerBackendsN) Z swagger_typesZ attribute_map�_id�_availability_domain�_compartment_id� _display_name� _fault_domain�_instance_configuration_id�_region�_shape�_state� _time_created�_load_balancer_backends)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/core/models/instance_summary.py�__init__ sF 3��zInstanceSummary.__init__c C s | j S )z� **[Required]** Gets the id of this InstanceSummary. The OCID of the instance. :return: The id of this InstanceSummary. :rtype: str �r �r r r r! r l s zInstanceSummary.idc C s || _ dS )z� Sets the id of this InstanceSummary. The OCID of the instance. :param id: The id of this InstanceSummary. :type: str Nr# )r r r r r! r x s c C s | j S )z� **[Required]** Gets the availability_domain of this InstanceSummary. The availability domain the instance is running in. :return: The availability_domain of this InstanceSummary. :rtype: str �r r$ r r r! r � s z#InstanceSummary.availability_domainc C s || _ dS )z� Sets the availability_domain of this InstanceSummary. The availability domain the instance is running in. :param availability_domain: The availability_domain of this InstanceSummary. :type: str Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the compartment_id of this InstanceSummary. The OCID of the compartment that contains the instance. :return: The compartment_id of this InstanceSummary. :rtype: str �r r$ r r r! r � s zInstanceSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this InstanceSummary. The OCID of the compartment that contains the instance. :param compartment_id: The compartment_id of this InstanceSummary. :type: str Nr&