📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_safe_private_endpoint.cpython-39.pyc
a ���f�J � @ 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� �Zd8d9� Zd:d;� Zd<d=� Zd>S )?�DataSafePrivateEndpointz� A Data Safe private endpoint that allows Data Safe to connect to databases in a customer's virtual cloud network (VCN). �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�NAc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a# Initializes a new DataSafePrivateEndpoint 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 DataSafePrivateEndpoint. :type id: str :param display_name: The value to assign to the display_name property of this DataSafePrivateEndpoint. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this DataSafePrivateEndpoint. :type compartment_id: str :param vcn_id: The value to assign to the vcn_id property of this DataSafePrivateEndpoint. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this DataSafePrivateEndpoint. :type subnet_id: str :param private_endpoint_id: The value to assign to the private_endpoint_id property of this DataSafePrivateEndpoint. :type private_endpoint_id: str :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this DataSafePrivateEndpoint. :type private_endpoint_ip: str :param endpoint_fqdn: The value to assign to the endpoint_fqdn property of this DataSafePrivateEndpoint. :type endpoint_fqdn: str :param description: The value to assign to the description property of this DataSafePrivateEndpoint. :type description: str :param time_created: The value to assign to the time_created property of this DataSafePrivateEndpoint. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DataSafePrivateEndpoint. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "NA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param nsg_ids: The value to assign to the nsg_ids property of this DataSafePrivateEndpoint. :type nsg_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this DataSafePrivateEndpoint. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DataSafePrivateEndpoint. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DataSafePrivateEndpoint. :type system_tags: dict(str, dict(str, object)) �strZdatetimez list[str]zdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�vcn_id� subnet_id�private_endpoint_id�private_endpoint_ip� endpoint_fqdn�description�time_created�lifecycle_state�nsg_ids� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZvcnIdZsubnetIdZprivateEndpointIdZprivateEndpointIpZendpointFqdnr ZtimeCreatedZlifecycleStateZnsgIdsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_vcn_id� _subnet_id�_private_endpoint_id�_private_endpoint_ip�_endpoint_fqdn�_description� _time_created�_lifecycle_state�_nsg_ids�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r/ �S/usr/lib/python3.9/site-packages/oci/data_safe/models/data_safe_private_endpoint.py�__init__. s^ E��z DataSafePrivateEndpoint.__init__c C s | j S )z� **[Required]** Gets the id of this DataSafePrivateEndpoint. The OCID of the Data Safe private endpoint. :return: The id of this DataSafePrivateEndpoint. :rtype: str �r �r- r/ r/ r0 r � s zDataSafePrivateEndpoint.idc C s || _ dS )z� Sets the id of this DataSafePrivateEndpoint. The OCID of the Data Safe private endpoint. :param id: The id of this DataSafePrivateEndpoint. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the display_name of this DataSafePrivateEndpoint. The display name of the private endpoint. :return: The display_name of this DataSafePrivateEndpoint. :rtype: str �r r3 r/ r/ r0 r � s z$DataSafePrivateEndpoint.display_namec C s || _ dS )z� Sets the display_name of this DataSafePrivateEndpoint. The display name of the private endpoint. :param display_name: The display_name of this DataSafePrivateEndpoint. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this DataSafePrivateEndpoint. The OCID of the compartment. :return: The compartment_id of this DataSafePrivateEndpoint. :rtype: str �r r3 r/ r/ r0 r � s z&DataSafePrivateEndpoint.compartment_idc C s || _ dS )z� Sets the compartment_id of this DataSafePrivateEndpoint. The OCID of the compartment. :param compartment_id: The compartment_id of this DataSafePrivateEndpoint. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the vcn_id of this DataSafePrivateEndpoint. The OCID of the VCN. :return: The vcn_id of this DataSafePrivateEndpoint. :rtype: str �r! r3 r/ r/ r0 r � s zDataSafePrivateEndpoint.vcn_idc C s || _ dS )z� Sets the vcn_id of this DataSafePrivateEndpoint. The OCID of the VCN. :param vcn_id: The vcn_id of this DataSafePrivateEndpoint. :type: str Nr6 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the subnet_id of this DataSafePrivateEndpoint. The OCID of the subnet. :return: The subnet_id of this DataSafePrivateEndpoint. :rtype: str �r"