/
lib
/
python3.9
/
site-packages
/
oci
/
globally_distributed_database
/
models
/
__pycache__
/
Upload File
HOME
a ���fTM � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zd>d?� Zd@dA� Z dBdC� Z!dDS )E�PrivateEndpointz# PrivateEndpoint resource. �ACTIVE�FAILED�INACTIVE�DELETING�DELETED�UPDATING�CREATINGc K s� dddddddddddddddddd�| _ ddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a Initializes a new PrivateEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PrivateEndpoint. :type id: str :param compartment_id: The value to assign to the compartment_id property of this PrivateEndpoint. :type compartment_id: str :param subnet_id: The value to assign to the subnet_id property of this PrivateEndpoint. :type subnet_id: str :param vcn_id: The value to assign to the vcn_id property of this PrivateEndpoint. :type vcn_id: str :param display_name: The value to assign to the display_name property of this PrivateEndpoint. :type display_name: str :param description: The value to assign to the description property of this PrivateEndpoint. :type description: str :param private_ip: The value to assign to the private_ip property of this PrivateEndpoint. :type private_ip: str :param nsg_ids: The value to assign to the nsg_ids property of this PrivateEndpoint. :type nsg_ids: list[str] :param sharded_databases: The value to assign to the sharded_databases property of this PrivateEndpoint. :type sharded_databases: list[str] :param time_created: The value to assign to the time_created property of this PrivateEndpoint. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PrivateEndpoint. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PrivateEndpoint. Allowed values for this property are: "ACTIVE", "FAILED", "INACTIVE", "DELETING", "DELETED", "UPDATING", "CREATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_state_details: The value to assign to the lifecycle_state_details property of this PrivateEndpoint. :type lifecycle_state_details: str :param proxy_compute_instance_id: The value to assign to the proxy_compute_instance_id property of this PrivateEndpoint. :type proxy_compute_instance_id: str :param freeform_tags: The value to assign to the freeform_tags property of this PrivateEndpoint. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PrivateEndpoint. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PrivateEndpoint. :type system_tags: dict(str, dict(str, object)) �strz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id� subnet_id�vcn_id�display_name�description� private_ip�nsg_ids�sharded_databases�time_created�time_updated�lifecycle_state�lifecycle_state_details�proxy_compute_instance_id� freeform_tags�defined_tags�system_tagsr Z compartmentIdZsubnetIdZvcnIdZdisplayNamer Z privateIpZnsgIdsZshardedDatabasesZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleStateDetailsZproxyComputeInstanceIdZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _subnet_id�_vcn_id� _display_name�_description�_private_ip�_nsg_ids�_sharded_databases� _time_created� _time_updated�_lifecycle_state�_lifecycle_state_details�_proxy_compute_instance_id�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r3 �]/usr/lib/python3.9/site-packages/oci/globally_distributed_database/models/private_endpoint.py�__init__. sj M��zPrivateEndpoint.__init__c C s | j S )z� **[Required]** Gets the id of this PrivateEndpoint. The identifier of the Private Endpoint. :return: The id of this PrivateEndpoint. :rtype: str �r �r1 r3 r3 r4 r � s zPrivateEndpoint.idc C s || _ dS )z� Sets the id of this PrivateEndpoint. The identifier of the Private Endpoint. :param id: The id of this PrivateEndpoint. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this PrivateEndpoint. Identifier of the compartment in which private endpoint exists. :return: The compartment_id of this PrivateEndpoint. :rtype: str �r! r7 r3 r3 r4 r � s zPrivateEndpoint.compartment_idc C s || _ dS )z� Sets the compartment_id of this PrivateEndpoint. Identifier of the compartment in which private endpoint exists. :param compartment_id: The compartment_id of this PrivateEndpoint. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the subnet_id of this PrivateEndpoint. Identifier of the subnet in which private endpoint exists. :return: The subnet_id of this PrivateEndpoint. :rtype: str �r"