ruạṛ
a ���f� � @ 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 )�CreatePrivateEndpointz� OCI Private Endpoint configuration details. Not required for source container database connections, it will default to the specified Source Database Connection Private Endpoint. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreatePrivateEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreatePrivateEndpoint. :type compartment_id: str :param vcn_id: The value to assign to the vcn_id property of this CreatePrivateEndpoint. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this CreatePrivateEndpoint. :type subnet_id: str �str)�compartment_id�vcn_id� subnet_idZ compartmentIdZvcnIdZsubnetIdN)Z swagger_typesZ attribute_map�_compartment_id�_vcn_id� _subnet_id)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/database_migration/models/create_private_endpoint.py�__init__ s ��zCreatePrivateEndpoint.__init__c C s | j S )aT **[Required]** Gets the compartment_id of this CreatePrivateEndpoint. The `OCID`__ of the compartment to contain the private endpoint. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreatePrivateEndpoint. :rtype: str �r �r r r r r 5 s z$CreatePrivateEndpoint.compartment_idc C s || _ dS )aR Sets the compartment_id of this CreatePrivateEndpoint. The `OCID`__ of the compartment to contain the private endpoint. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreatePrivateEndpoint. :type: str Nr )r r r r r r D s c C s | j S )a@ **[Required]** Gets the vcn_id of this CreatePrivateEndpoint. The `OCID`__ of the VCN where the Private Endpoint will be bound to. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The vcn_id of this CreatePrivateEndpoint. :rtype: str �r r r r r r S s zCreatePrivateEndpoint.vcn_idc C s || _ dS )a6 Sets the vcn_id of this CreatePrivateEndpoint. The `OCID`__ of the VCN where the Private Endpoint will be bound to. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param vcn_id: The vcn_id of this CreatePrivateEndpoint. :type: str Nr )r r r r r r a s c C s | j S )a\ **[Required]** Gets the subnet_id of this CreatePrivateEndpoint. The `OCID`__ of the customer's subnet where the private endpoint VNIC will reside. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The subnet_id of this CreatePrivateEndpoint. :rtype: str �r r r r r r o s zCreatePrivateEndpoint.subnet_idc C s || _ dS )aU Sets the subnet_id of this CreatePrivateEndpoint. The `OCID`__ of the customer's subnet where the private endpoint VNIC will reside. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param subnet_id: The subnet_id of this CreatePrivateEndpoint. :type: str Nr )r r r r r r ~ s c C s t | �S �N)r r r r r �__repr__� s zCreatePrivateEndpoint.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCreatePrivateEndpoint.__eq__c C s | |k S r r r r r r �__ne__� s zCreatePrivateEndpoint.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"