📂 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
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_management_private_endpoint.cpython-39.pyc
a ���f�O � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zd7d8� Zd9d:� Zd;d<� Zd=S )>�DbManagementPrivateEndpointz� A Database Management private endpoint allows Database Management to connect to databases in a Virtual Cloud Network (VCN). �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a5 Initializes a new DbManagementPrivateEndpoint 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 DbManagementPrivateEndpoint. :type id: str :param name: The value to assign to the name property of this DbManagementPrivateEndpoint. :type name: str :param compartment_id: The value to assign to the compartment_id property of this DbManagementPrivateEndpoint. :type compartment_id: str :param is_cluster: The value to assign to the is_cluster property of this DbManagementPrivateEndpoint. :type is_cluster: bool :param is_dns_resolution_enabled: The value to assign to the is_dns_resolution_enabled property of this DbManagementPrivateEndpoint. :type is_dns_resolution_enabled: bool :param vcn_id: The value to assign to the vcn_id property of this DbManagementPrivateEndpoint. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this DbManagementPrivateEndpoint. :type subnet_id: str :param private_ip: The value to assign to the private_ip property of this DbManagementPrivateEndpoint. :type private_ip: str :param description: The value to assign to the description property of this DbManagementPrivateEndpoint. :type description: str :param time_created: The value to assign to the time_created property of this DbManagementPrivateEndpoint. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DbManagementPrivateEndpoint. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", '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 DbManagementPrivateEndpoint. :type nsg_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this DbManagementPrivateEndpoint. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DbManagementPrivateEndpoint. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DbManagementPrivateEndpoint. :type system_tags: dict(str, dict(str, object)) �str�boolZdatetimez list[str]zdict(str, str)zdict(str, dict(str, object)))�id�name�compartment_id� is_cluster�is_dns_resolution_enabled�vcn_id� subnet_id� private_ip�description�time_created�lifecycle_state�nsg_ids� freeform_tags�defined_tags�system_tagsr r Z compartmentIdZ isClusterZisDnsResolutionEnabledZvcnIdZsubnetIdZ privateIpr ZtimeCreatedZlifecycleStateZnsgIdsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_name�_compartment_id�_is_cluster�_is_dns_resolution_enabled�_vcn_id� _subnet_id�_private_ip�_description� _time_created�_lifecycle_state�_nsg_ids�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r/ �a/usr/lib/python3.9/site-packages/oci/database_management/models/db_management_private_endpoint.py�__init__* s^ E��z$DbManagementPrivateEndpoint.__init__c C s | j S )a9 **[Required]** Gets the id of this DbManagementPrivateEndpoint. The `OCID`__ of the Database Management private endpoint. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this DbManagementPrivateEndpoint. :rtype: str �r �r- r/ r/ r0 r � s zDbManagementPrivateEndpoint.idc C s || _ dS )a+ Sets the id of this DbManagementPrivateEndpoint. The `OCID`__ of the Database Management private endpoint. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this DbManagementPrivateEndpoint. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the name of this DbManagementPrivateEndpoint. The display name of the Database Management private endpoint. :return: The name of this DbManagementPrivateEndpoint. :rtype: str �r r3 r/ r/ r0 r � s z DbManagementPrivateEndpoint.namec C s || _ dS )z� Sets the name of this DbManagementPrivateEndpoint. The display name of the Database Management private endpoint. :param name: The name of this DbManagementPrivateEndpoint. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )a8 **[Required]** Gets the compartment_id of this DbManagementPrivateEndpoint. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DbManagementPrivateEndpoint. :rtype: str �r r3 r/ r/ r0 r � s z*DbManagementPrivateEndpoint.compartment_idc C s || _ dS )a6 Sets the compartment_id of this DbManagementPrivateEndpoint. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DbManagementPrivateEndpoint. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )a Gets the is_cluster of this DbManagementPrivateEndpoint. Specifies whether the Database Management private endpoint can be used for Oracle Databases in a cluster. :return: The is_cluster of this DbManagementPrivateEndpoint. :rtype: bool �r! r3 r/ r/ r0 r � s z&DbManagementPrivateEndpoint.is_clusterc C s || _ dS )a! Sets the is_cluster of this DbManagementPrivateEndpoint. Specifies whether the Database Management private endpoint can be used for Oracle Databases in a cluster. :param is_cluster: The is_cluster of this DbManagementPrivateEndpoint. :type: bool Nr6 )r- r r/ r/ r0 r � s c C s | j S )aB Gets the is_dns_resolution_enabled of this DbManagementPrivateEndpoint. Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name. :return: The is_dns_resolution_enabled of this DbManagementPrivateEndpoint. :rtype: bool �r"