📂 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
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: enable_pluggable_database_management_details.cpython-39.pyc
a ���fH* � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�(EnablePluggableDatabaseManagementDetailszT Data to enable the Database Management service for the pluggable database. �TCP�TCPS�SYSDBA�NORMAL�SYSDGc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) aH Initializes a new EnablePluggableDatabaseManagementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_details: The value to assign to the credential_details property of this EnablePluggableDatabaseManagementDetails. :type credential_details: oci.database.models.DatabaseCredentialDetails :param private_end_point_id: The value to assign to the private_end_point_id property of this EnablePluggableDatabaseManagementDetails. :type private_end_point_id: str :param service_name: The value to assign to the service_name property of this EnablePluggableDatabaseManagementDetails. :type service_name: str :param protocol: The value to assign to the protocol property of this EnablePluggableDatabaseManagementDetails. Allowed values for this property are: "TCP", "TCPS" :type protocol: str :param port: The value to assign to the port property of this EnablePluggableDatabaseManagementDetails. :type port: int :param ssl_secret_id: The value to assign to the ssl_secret_id property of this EnablePluggableDatabaseManagementDetails. :type ssl_secret_id: str :param role: The value to assign to the role property of this EnablePluggableDatabaseManagementDetails. Allowed values for this property are: "SYSDBA", "NORMAL", "SYSDG" :type role: str ZDatabaseCredentialDetails�str�int)�credential_details�private_end_point_id�service_name�protocol�port� ssl_secret_id�roleZcredentialDetailsZprivateEndPointIdZserviceNamer r ZsslSecretIdr N) Z swagger_typesZ attribute_map�_credential_details�_private_end_point_id� _service_name� _protocol�_port�_ssl_secret_id�_role)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/database/models/enable_pluggable_database_management_details.py�__init__&