📂 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_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: catalog_private_endpoint.cpython-39.pyc
a ���fI � @ 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 Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Zd6d7� Zd8d9� Zd:d;� Zd<S )=�CatalogPrivateEndpointz{ A private network reverse connection creates a connection from service to customer subnet over a private network. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new CatalogPrivateEndpoint 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 CatalogPrivateEndpoint. :type id: str :param compartment_id: The value to assign to the compartment_id property of this CatalogPrivateEndpoint. :type compartment_id: str :param subnet_id: The value to assign to the subnet_id property of this CatalogPrivateEndpoint. :type subnet_id: str :param display_name: The value to assign to the display_name property of this CatalogPrivateEndpoint. :type display_name: str :param dns_zones: The value to assign to the dns_zones property of this CatalogPrivateEndpoint. :type dns_zones: list[str] :param time_created: The value to assign to the time_created property of this CatalogPrivateEndpoint. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this CatalogPrivateEndpoint. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this CatalogPrivateEndpoint. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this CatalogPrivateEndpoint. :type system_tags: dict(str, dict(str, object)) :param defined_tags: The value to assign to the defined_tags property of this CatalogPrivateEndpoint. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this CatalogPrivateEndpoint. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this CatalogPrivateEndpoint. :type lifecycle_details: str :param attached_catalogs: The value to assign to the attached_catalogs property of this CatalogPrivateEndpoint. :type attached_catalogs: list[str] :param locks: The value to assign to the locks property of this CatalogPrivateEndpoint. :type locks: list[oci.data_catalog.models.ResourceLock] �strz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object))zlist[ResourceLock])�id�compartment_id� subnet_id�display_name� dns_zones�time_created�time_updated� freeform_tags�system_tags�defined_tags�lifecycle_state�lifecycle_details�attached_catalogs�locksr Z compartmentIdZsubnetIdZdisplayNameZdnsZonesZtimeCreatedZtimeUpdatedZfreeformTagsZ systemTagsZdefinedTagsZlifecycleStateZlifecycleDetailsZattachedCatalogsr N)Z swagger_typesZ attribute_map�_id�_compartment_id� _subnet_id� _display_name� _dns_zones� _time_created� _time_updated�_freeform_tags�_system_tags� _defined_tags�_lifecycle_state�_lifecycle_details�_attached_catalogs�_locks)�self�kwargs� r. �T/usr/lib/python3.9/site-packages/oci/data_catalog/models/catalog_private_endpoint.py�__init__2 sX A��zCatalogPrivateEndpoint.__init__c C s | j S )z� **[Required]** Gets the id of this CatalogPrivateEndpoint. Unique identifier that is immutable :return: The id of this CatalogPrivateEndpoint. :rtype: str �r �r, r. r. r/ r � s zCatalogPrivateEndpoint.idc C s || _ dS )z� Sets the id of this CatalogPrivateEndpoint. Unique identifier that is immutable :param id: The id of this CatalogPrivateEndpoint. :type: str Nr1 )r, r r. r. r/ r � s c C s | j S )z� **[Required]** Gets the compartment_id of this CatalogPrivateEndpoint. Compartment Identifier. :return: The compartment_id of this CatalogPrivateEndpoint. :rtype: str �r r2 r. r. r/ r � s z%CatalogPrivateEndpoint.compartment_idc C s || _ dS )z� Sets the compartment_id of this CatalogPrivateEndpoint. Compartment Identifier. :param compartment_id: The compartment_id of this CatalogPrivateEndpoint. :type: str Nr3 )r, r r. r. r/ r � s c C s | j S )z� **[Required]** Gets the subnet_id of this CatalogPrivateEndpoint. Subnet Identifier :return: The subnet_id of this CatalogPrivateEndpoint. :rtype: str �r r2 r. r. r/ r � s z CatalogPrivateEndpoint.subnet_idc C s || _ dS )z� Sets the subnet_id of this CatalogPrivateEndpoint. Subnet Identifier :param subnet_id: The subnet_id of this CatalogPrivateEndpoint. :type: str Nr4 )r, r r. r. r/ r � s c C s | j S )z� Gets the display_name of this CatalogPrivateEndpoint. Private Reverse Connection Endpoint display name :return: The display_name of this CatalogPrivateEndpoint. :rtype: str �r! r2 r. r. r/ r � s z#CatalogPrivateEndpoint.display_namec C s || _ dS )z� Sets the display_name of this CatalogPrivateEndpoint. Private Reverse Connection Endpoint display name :param display_name: The display_name of this CatalogPrivateEndpoint. :type: str Nr5 )r, r r. r. r/ r � s c C s | j S )aS **[Required]** Gets the dns_zones of this CatalogPrivateEndpoint. List of DNS zones to be used by the data assets to be harvested. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com :return: The dns_zones of this CatalogPrivateEndpoint. :rtype: list[str] �r"