ruạṛ
a N��f�- � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDpEndpointDetails� )�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 )"�CreateDpEndpointFromPrivatez3 The details to create 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 )a� Initializes a new CreateDpEndpointFromPrivate object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.CreateDpEndpointFromPrivate.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 CreateDpEndpointFromPrivate. Allowed values for this property are: "PRIVATE_END_POINT", "PUBLIC_END_POINT" :type model_type: str :param key: The value to assign to the key property of this CreateDpEndpointFromPrivate. :type key: str :param model_version: The value to assign to the model_version property of this CreateDpEndpointFromPrivate. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CreateDpEndpointFromPrivate. :type parent_ref: oci.data_connectivity.models.ParentReference :param name: The value to assign to the name property of this CreateDpEndpointFromPrivate. :type name: str :param description: The value to assign to the description property of this CreateDpEndpointFromPrivate. :type description: str :param object_status: The value to assign to the object_status property of this CreateDpEndpointFromPrivate. :type object_status: int :param object_version: The value to assign to the object_version property of this CreateDpEndpointFromPrivate. :type object_version: int :param identifier: The value to assign to the identifier property of this CreateDpEndpointFromPrivate. :type identifier: str :param data_assets: The value to assign to the data_assets property of this CreateDpEndpointFromPrivate. :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 CreateDpEndpointFromPrivate. :type dcms_endpoint_id: str :param pe_id: The value to assign to the pe_id property of this CreateDpEndpointFromPrivate. :type pe_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateDpEndpointFromPrivate. :type compartment_id: str :param dns_proxy_ip: The value to assign to the dns_proxy_ip property of this CreateDpEndpointFromPrivate. :type dns_proxy_ip: str :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this CreateDpEndpointFromPrivate. :type private_endpoint_ip: str :param dns_zones: The value to assign to the dns_zones property of this CreateDpEndpointFromPrivate. :type dns_zones: list[str] :param state: The value to assign to the state property of this CreateDpEndpointFromPrivate. Allowed values for this property are: "ACTIVE", "INACTIVE" :type state: str �str�ParentReference�intzlist[DataAsset]z list[str])� model_type�key� model_version� parent_ref�name�description� object_status�object_version� identifier�data_assets�dcms_endpoint_id�pe_id�compartment_id�dns_proxy_ip�private_endpoint_ip� dns_zones�state� modelTyper �modelVersion� parentRefr r �objectStatus� objectVersionr � 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_status�_object_version�_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/create_dp_endpoint_from_private.py�__init__ sl N��z$CreateDpEndpointFromPrivate.__init__c C s | j S )z� **[Required]** Gets the dcms_endpoint_id of this CreateDpEndpointFromPrivate. The endpoint ID provided by control plane. :return: The dcms_endpoint_id of this CreateDpEndpointFromPrivate. :rtype: str �r8 �r? rA rA rB r � s z,CreateDpEndpointFromPrivate.dcms_endpoint_idc C s || _ dS )z� Sets the dcms_endpoint_id of this CreateDpEndpointFromPrivate. The endpoint ID provided by control plane. :param dcms_endpoint_id: The dcms_endpoint_id of this CreateDpEndpointFromPrivate. :type: str NrD )r? r rA rA rB r � s c C s | j S )z� Gets the pe_id of this CreateDpEndpointFromPrivate. The OCID of the private endpoint resource. :return: The pe_id of this CreateDpEndpointFromPrivate. :rtype: str �r9 rE rA rA rB r � s z!CreateDpEndpointFromPrivate.pe_idc C s || _ dS )z� Sets the pe_id of this CreateDpEndpointFromPrivate. The OCID of the private endpoint resource. :param pe_id: The pe_id of this CreateDpEndpointFromPrivate. :type: str NrF )r? r rA rA rB r � s c C s | j S )z� Gets the compartment_id of this CreateDpEndpointFromPrivate. The compartmentId of the private endpoint resource. :return: The compartment_id of this CreateDpEndpointFromPrivate. :rtype: str �r: rE rA rA rB r � s z*CreateDpEndpointFromPrivate.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateDpEndpointFromPrivate. The compartmentId of the private endpoint resource. :param compartment_id: The compartment_id of this CreateDpEndpointFromPrivate. :type: str NrG )r? r rA rA rB r � s c C s | j S )z� Gets the dns_proxy_ip of this CreateDpEndpointFromPrivate. The IP address of DNS proxy. :return: The dns_proxy_ip of this CreateDpEndpointFromPrivate. :rtype: str �r; rE rA rA rB r � s z(CreateDpEndpointFromPrivate.dns_proxy_ipc C s || _ dS )z� Sets the dns_proxy_ip of this CreateDpEndpointFromPrivate. The IP address of DNS proxy. :param dns_proxy_ip: The dns_proxy_ip of this CreateDpEndpointFromPrivate. :type: str NrH )r? r rA rA rB r � s c C s | j S )z� Gets the private_endpoint_ip of this CreateDpEndpointFromPrivate. The OCID of the private endpoint resource. :return: The private_endpoint_ip of this CreateDpEndpointFromPrivate. :rtype: str �r<