ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConnectionOption� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�PrivateEndpointzb The details required to establish a connection to the database using a private endpoint. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a5 Initializes a new PrivateEndpoint object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.PrivateEndpoint.connection_type` attribute of this class is ``PRIVATE_ENDPOINT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connection_type: The value to assign to the connection_type property of this PrivateEndpoint. Allowed values for this property are: "PRIVATE_ENDPOINT", "ONPREM_CONNECTOR" :type connection_type: str :param datasafe_private_endpoint_id: The value to assign to the datasafe_private_endpoint_id property of this PrivateEndpoint. :type datasafe_private_endpoint_id: str �str)Zconnection_type�datasafe_private_endpoint_idZconnectionTypeZdatasafePrivateEndpointIdNZPRIVATE_ENDPOINT)Z swagger_typesZ attribute_mapZ_connection_type�_datasafe_private_endpoint_id)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/data_safe/models/private_endpoint.py�__init__ s ��zPrivateEndpoint.__init__c C s | j S )z� **[Required]** Gets the datasafe_private_endpoint_id of this PrivateEndpoint. The OCID of the Data Safe private endpoint. :return: The datasafe_private_endpoint_id of this PrivateEndpoint. :rtype: str �r �r r r r r 0 s z,PrivateEndpoint.datasafe_private_endpoint_idc C s || _ dS )a Sets the datasafe_private_endpoint_id of this PrivateEndpoint. The OCID of the Data Safe private endpoint. :param datasafe_private_endpoint_id: The datasafe_private_endpoint_id of this PrivateEndpoint. :type: str Nr )r r r r r r <