/
lib
/
python3.9
/
site-packages
/
oci
/
globally_distributed_database
/
models
/
__pycache__
/
Upload File
HOME
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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CreatePrivateEndpointDetailsz9 Details required for private endpoint creation. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )aW Initializes a new CreatePrivateEndpointDetails 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 CreatePrivateEndpointDetails. :type compartment_id: str :param subnet_id: The value to assign to the subnet_id property of this CreatePrivateEndpointDetails. :type subnet_id: str :param display_name: The value to assign to the display_name property of this CreatePrivateEndpointDetails. :type display_name: str :param description: The value to assign to the description property of this CreatePrivateEndpointDetails. :type description: str :param nsg_ids: The value to assign to the nsg_ids property of this CreatePrivateEndpointDetails. :type nsg_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this CreatePrivateEndpointDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreatePrivateEndpointDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zdict(str, str)zdict(str, dict(str, object)))�compartment_id� subnet_id�display_name�description�nsg_ids� freeform_tags�defined_tagsZ compartmentIdZsubnetIdZdisplayNamer ZnsgIdsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id� _subnet_id� _display_name�_description�_nsg_ids�_freeform_tags� _defined_tags)�self�kwargs� r �l/usr/lib/python3.9/site-packages/oci/globally_distributed_database/models/create_private_endpoint_details.py�__init__ s. #�� z%CreatePrivateEndpointDetails.__init__c C s | j S )a **[Required]** Gets the compartment_id of this CreatePrivateEndpointDetails. Identifier of the compartment where private endpoint is to be created. :return: The compartment_id of this CreatePrivateEndpointDetails. :rtype: str �r �r r r r r P s z+CreatePrivateEndpointDetails.compartment_idc C s || _ dS )a Sets the compartment_id of this CreatePrivateEndpointDetails. Identifier of the compartment where private endpoint is to be created. :param compartment_id: The compartment_id of this CreatePrivateEndpointDetails. :type: str Nr )r r r r r r \ s c C s | j S )a **[Required]** Gets the subnet_id of this CreatePrivateEndpointDetails. Identifier of the customer subnet against which private endpoint is to be created. :return: The subnet_id of this CreatePrivateEndpointDetails. :rtype: str �r r r r r r h s z&CreatePrivateEndpointDetails.subnet_idc C s || _ dS )a Sets the subnet_id of this CreatePrivateEndpointDetails. Identifier of the customer subnet against which private endpoint is to be created. :param subnet_id: The subnet_id of this CreatePrivateEndpointDetails. :type: str Nr )r r r r r r t s c C s | j S )z� **[Required]** Gets the display_name of this CreatePrivateEndpointDetails. Private endpoint display name. :return: The display_name of this CreatePrivateEndpointDetails. :rtype: str �r r r r r r � s z)CreatePrivateEndpointDetails.display_namec C s || _ dS )z� Sets the display_name of this CreatePrivateEndpointDetails. Private endpoint display name. :param display_name: The display_name of this CreatePrivateEndpointDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the description of this CreatePrivateEndpointDetails. PrivateEndpoint description. :return: The description of this CreatePrivateEndpointDetails. :rtype: str �r r r r r r � s z(CreatePrivateEndpointDetails.descriptionc C s || _ dS )z� Sets the description of this CreatePrivateEndpointDetails. PrivateEndpoint description. :param description: The description of this CreatePrivateEndpointDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the nsg_ids of this CreatePrivateEndpointDetails. The OCIDs of the network security groups that the private endpoint belongs to. :return: The nsg_ids of this CreatePrivateEndpointDetails. :rtype: list[str] �r r r r r r � s z$CreatePrivateEndpointDetails.nsg_idsc C s || _ dS )a Sets the nsg_ids of this CreatePrivateEndpointDetails. The OCIDs of the network security groups that the private endpoint belongs to. :param nsg_ids: The nsg_ids of this CreatePrivateEndpointDetails. :type: list[str] Nr )r r r r r r � s c C s | j S )a_ Gets the freeform_tags of this CreatePrivateEndpointDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this CreatePrivateEndpointDetails. :rtype: dict(str, str) �r r r r r r � s z*CreatePrivateEndpointDetails.freeform_tagsc C s || _ dS )ak Sets the freeform_tags of this CreatePrivateEndpointDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this CreatePrivateEndpointDetails. :type: dict(str, str) Nr! )r r r r r r � s c C s | j S )aY Gets the defined_tags of this CreatePrivateEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this CreatePrivateEndpointDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z)CreatePrivateEndpointDetails.defined_tagsc C s || _ dS )ad Sets the defined_tags of this CreatePrivateEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this CreatePrivateEndpointDetails. :type: dict(str, dict(str, object)) Nr"