ruạṛ
a N��fI � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zd8d9� Zd:d;� Zd<d=� Zd>S )?�Endpointa< An endpoint is an organizational construct to keep multiple data connectivity management solutions and their resources (pe-id, dnsProxyIp, dnsZones, and so on) separate from each other, helping you to stay organized. For example, you could have separate registries for development, testing, and production. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new Endpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vcn_id: The value to assign to the vcn_id property of this Endpoint. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this Endpoint. :type subnet_id: str :param dns_zones: The value to assign to the dns_zones property of this Endpoint. :type dns_zones: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this Endpoint. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Endpoint. :type defined_tags: dict(str, dict(str, object)) :param description: The value to assign to the description property of this Endpoint. :type description: str :param display_name: The value to assign to the display_name property of this Endpoint. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Endpoint. :type compartment_id: str :param time_created: The value to assign to the time_created property of this Endpoint. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Endpoint. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Endpoint. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param state_message: The value to assign to the state_message property of this Endpoint. :type state_message: str :param id: The value to assign to the id property of this Endpoint. :type id: str :param endpoint_size: The value to assign to the endpoint_size property of this Endpoint. :type endpoint_size: int :param nsg_ids: The value to assign to the nsg_ids property of this Endpoint. :type nsg_ids: list[str] �strz list[str]zdict(str, str)zdict(str, dict(str, object))�datetime�int)�vcn_id� subnet_id� dns_zones� freeform_tags�defined_tags�description�display_name�compartment_id�time_created�time_updated�lifecycle_state� state_message�id� endpoint_size�nsg_ids�vcnId�subnetId�dnsZones�freeformTags�definedTagsr �displayName� compartmentId�timeCreated�timeUpdated�lifecycleState�stateMessager �endpointSize�nsgIdsN)� swagger_types� attribute_map�_vcn_id� _subnet_id� _dns_zones�_freeform_tags� _defined_tags�_description� _display_name�_compartment_id� _time_created� _time_updated�_lifecycle_state�_state_message�_id�_endpoint_size�_nsg_ids)�self�kwargs� r@ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/endpoint.py�__init__, s^ E��zEndpoint.__init__c C s | j S )z� **[Required]** Gets the vcn_id of this Endpoint. VCN OCID where the subnet resides. :return: The vcn_id of this Endpoint. :rtype: str �r/ �r>