ruạṛ
a N��fE- � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DpEndpoint� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"�DpEndpointFromPrivatez5 The endpoint details of a private endpoint. �ACTIVE�INACTIVEc K s� dddddddddddddddddd�| _ ddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )ae Initializes a new DpEndpointFromPrivate object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.DpEndpointFromPrivate.model_type` attribute of this class is ``PRIVATE_END_POINT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this DpEndpointFromPrivate. Allowed values for this property are: "PRIVATE_END_POINT", "PUBLIC_END_POINT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param key: The value to assign to the key property of this DpEndpointFromPrivate. :type key: str :param model_version: The value to assign to the model_version property of this DpEndpointFromPrivate. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DpEndpointFromPrivate. :type parent_ref: oci.data_connectivity.models.ParentReference :param name: The value to assign to the name property of this DpEndpointFromPrivate. :type name: str :param description: The value to assign to the description property of this DpEndpointFromPrivate. :type description: str :param object_version: The value to assign to the object_version property of this DpEndpointFromPrivate. :type object_version: int :param object_status: The value to assign to the object_status property of this DpEndpointFromPrivate. :type object_status: int :param identifier: The value to assign to the identifier property of this DpEndpointFromPrivate. :type identifier: str :param data_assets: The value to assign to the data_assets property of this DpEndpointFromPrivate. :type data_assets: list[oci.data_connectivity.models.DataAsset] :param dcms_endpoint_id: The value to assign to the dcms_endpoint_id property of this DpEndpointFromPrivate. :type dcms_endpoint_id: str :param pe_id: The value to assign to the pe_id property of this DpEndpointFromPrivate. :type pe_id: str :param compartment_id: The value to assign to the compartment_id property of this DpEndpointFromPrivate. :type compartment_id: str :param dns_proxy_ip: The value to assign to the dns_proxy_ip property of this DpEndpointFromPrivate. :type dns_proxy_ip: str :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this DpEndpointFromPrivate. :type private_endpoint_ip: str :param dns_zones: The value to assign to the dns_zones property of this DpEndpointFromPrivate. :type dns_zones: list[str] :param state: The value to assign to the state property of this DpEndpointFromPrivate. Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type state: str �str�ParentReference�intzlist[DataAsset]z list[str])� model_type�key� model_version� parent_ref�name�description�object_version� object_status� identifier�data_assets�dcms_endpoint_id�pe_id�compartment_id�dns_proxy_ip�private_endpoint_ip� dns_zones�state� modelTyper �modelVersion� parentRefr r � objectVersion�objectStatusr � dataAssets�dcmsEndpointId�peId� compartmentId� dnsProxyIp�privateEndpointIp�dnsZonesr N�PRIVATE_END_POINT)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier�_data_assets�_dcms_endpoint_id�_pe_id�_compartment_id� _dns_proxy_ip�_private_endpoint_ip� _dns_zones�_state)�self�kwargs� rA ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/dp_endpoint_from_private.py�__init__ sl P��zDpEndpointFromPrivate.__init__c C s | j S )z� **[Required]** Gets the dcms_endpoint_id of this DpEndpointFromPrivate. The endpoint ID provided by control plane. :return: The dcms_endpoint_id of this DpEndpointFromPrivate. :rtype: str �r8 �r? rA rA rB r � s z&DpEndpointFromPrivate.dcms_endpoint_idc C s || _ dS )z� Sets the dcms_endpoint_id of this DpEndpointFromPrivate. The endpoint ID provided by control plane. :param dcms_endpoint_id: The dcms_endpoint_id of this DpEndpointFromPrivate. :type: str NrD )r? r rA rA rB r � s c C s | j S )z� Gets the pe_id of this DpEndpointFromPrivate. The OCID of the private endpoint resource. :return: The pe_id of this DpEndpointFromPrivate. :rtype: str �r9 rE rA rA rB r � s zDpEndpointFromPrivate.pe_idc C s || _ dS )z� Sets the pe_id of this DpEndpointFromPrivate. The OCID of the private endpoint resource. :param pe_id: The pe_id of this DpEndpointFromPrivate. :type: str NrF )r? r rA rA rB r � s c C s | j S )z� Gets the compartment_id of this DpEndpointFromPrivate. The compartmentId of the private endpoint resource. :return: The compartment_id of this DpEndpointFromPrivate. :rtype: str �r: rE rA rA rB r � s z$DpEndpointFromPrivate.compartment_idc C s || _ dS )z� Sets the compartment_id of this DpEndpointFromPrivate. The compartmentId of the private endpoint resource. :param compartment_id: The compartment_id of this DpEndpointFromPrivate. :type: str NrG )r? r rA rA rB r � s c C s | j S )z� Gets the dns_proxy_ip of this DpEndpointFromPrivate. The IP address of the DNS proxy. :return: The dns_proxy_ip of this DpEndpointFromPrivate. :rtype: str �r; rE rA rA rB r � s z"DpEndpointFromPrivate.dns_proxy_ipc C s || _ dS )z� Sets the dns_proxy_ip of this DpEndpointFromPrivate. The IP address of the DNS proxy. :param dns_proxy_ip: The dns_proxy_ip of this DpEndpointFromPrivate. :type: str NrH )r? r rA rA rB r � s c C s | j S )z� Gets the private_endpoint_ip of this DpEndpointFromPrivate. The OCID of the private endpoint resource. :return: The private_endpoint_ip of this DpEndpointFromPrivate. :rtype: str �r<