ruạṛ
a ���fe � @ 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 )�UpdatePrivateEndpointz| OCI Private Endpoint configuration details. An empty object would result in the removal of the stored details. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new UpdatePrivateEndpoint 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 UpdatePrivateEndpoint. :type compartment_id: str :param vcn_id: The value to assign to the vcn_id property of this UpdatePrivateEndpoint. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this UpdatePrivateEndpoint. :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/update_private_endpoint.py�__init__ s ��zUpdatePrivateEndpoint.__init__c C s | j S )aE Gets the compartment_id of this UpdatePrivateEndpoint. 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 UpdatePrivateEndpoint. :rtype: str �r �r r r r r 5 s z$UpdatePrivateEndpoint.compartment_idc C s || _ dS )aR Sets the compartment_id of this UpdatePrivateEndpoint. 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 UpdatePrivateEndpoint. :type: str Nr )r r r r r r D s c C s | j S )a1 Gets the vcn_id of this UpdatePrivateEndpoint. 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 UpdatePrivateEndpoint. :rtype: str �r r r r r r S s zUpdatePrivateEndpoint.vcn_idc C s || _ dS )a6 Sets the vcn_id of this UpdatePrivateEndpoint. 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 UpdatePrivateEndpoint. :type: str Nr )r r r r r r a s c C s | j S )aM Gets the subnet_id of this UpdatePrivateEndpoint. 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 UpdatePrivateEndpoint. :rtype: str �r r r r r r o s zUpdatePrivateEndpoint.subnet_idc C s || _ dS )aU Sets the subnet_id of this UpdatePrivateEndpoint. 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 UpdatePrivateEndpoint. :type: str Nr )r r r r r r ~ s c C s t | �S �N)r r r r r �__repr__� s zUpdatePrivateEndpoint.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zUpdatePrivateEndpoint.__eq__c C s | |k S r r r r r r �__ne__� s zUpdatePrivateEndpoint.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"