ruạṛ
a ���fW � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�AvailabilityDomainaH One or more isolated, fault-tolerant Oracle data centers that host cloud resources such as instances, volumes, and subnets. A region contains several Availability Domains. For more information, see `Regions and Availability Domains`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ac Initializes a new AvailabilityDomain object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this AvailabilityDomain. :type name: str :param id: The value to assign to the id property of this AvailabilityDomain. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AvailabilityDomain. :type compartment_id: str �str)�name�id�compartment_idr r Z compartmentIdN)Z swagger_typesZ attribute_map�_name�_id�_compartment_id)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/identity/models/availability_domain.py�__init__ s ��zAvailabilityDomain.__init__c C s | j S )z� Gets the name of this AvailabilityDomain. The name of the Availability Domain. :return: The name of this AvailabilityDomain. :rtype: str �r �r r r r r 8 s zAvailabilityDomain.namec C s || _ dS )z� Sets the name of this AvailabilityDomain. The name of the Availability Domain. :param name: The name of this AvailabilityDomain. :type: str Nr )r r r r r r D s c C s | j S )z� Gets the id of this AvailabilityDomain. The OCID of the Availability Domain. :return: The id of this AvailabilityDomain. :rtype: str �r r r r r r P s zAvailabilityDomain.idc C s || _ dS )z� Sets the id of this AvailabilityDomain. The OCID of the Availability Domain. :param id: The id of this AvailabilityDomain. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the compartment_id of this AvailabilityDomain. The OCID of the tenancy. :return: The compartment_id of this AvailabilityDomain. :rtype: str �r r r r r r h s z!AvailabilityDomain.compartment_idc C s || _ dS )z� Sets the compartment_id of this AvailabilityDomain. The OCID of the tenancy. :param compartment_id: The compartment_id of this AvailabilityDomain. :type: str Nr )r r r r r r t s c C s t | �S �N)r r r r r �__repr__� s zAvailabilityDomain.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAvailabilityDomain.__eq__c C s | |k S r r r r r r �__ne__� s zAvailabilityDomain.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"