📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_management_private_endpoint.pyc
a N��f�7 � @ 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 @ sf 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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�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� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aP 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 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] �str�bool�datetimez list[str])�id�name�compartment_id� is_cluster�vcn_id� subnet_id� private_ip�description�time_created�lifecycle_state�nsg_idsr r � compartmentId� isCluster�vcnId�subnetId� privateIpr �timeCreated�lifecycleState�nsgIdsN) � swagger_types� attribute_map�_id�_name�_compartment_id�_is_cluster�_vcn_id� _subnet_id�_private_ip�_description� _time_created�_lifecycle_state�_nsg_ids)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/db_management_private_endpoint.py�__init__( sF 5��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% �r0 r2 r2 r3 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 Nr5 )r0 r r2 r2 r3 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&