📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: enable_database_management_details.pyc
a N��f�. � @ 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�EnableDatabaseManagementDetailszJ Data to enable the Database Management service for the database. �BASIC�ADVANCED�TCP�TCPS�SYSDBA�NORMALc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new EnableDatabaseManagementDetails 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 EnableDatabaseManagementDetails. :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 EnableDatabaseManagementDetails. :type private_end_point_id: str :param management_type: The value to assign to the management_type property of this EnableDatabaseManagementDetails. Allowed values for this property are: "BASIC", "ADVANCED" :type management_type: str :param service_name: The value to assign to the service_name property of this EnableDatabaseManagementDetails. :type service_name: str :param protocol: The value to assign to the protocol property of this EnableDatabaseManagementDetails. Allowed values for this property are: "TCP", "TCPS" :type protocol: str :param port: The value to assign to the port property of this EnableDatabaseManagementDetails. :type port: int :param ssl_secret_id: The value to assign to the ssl_secret_id property of this EnableDatabaseManagementDetails. :type ssl_secret_id: str :param role: The value to assign to the role property of this EnableDatabaseManagementDetails. Allowed values for this property are: "SYSDBA", "NORMAL" :type role: str �DatabaseCredentialDetails�str�int)�credential_details�private_end_point_id�management_type�service_name�protocol�port� ssl_secret_id�role�credentialDetails�privateEndPointId�managementType�serviceNamer r �sslSecretIdr N) � swagger_types� attribute_map�_credential_details�_private_end_point_id�_management_type� _service_name� _protocol�_port�_ssl_secret_id�_role)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/enable_database_management_details.py�__init__( s4 *��z(EnableDatabaseManagementDetails.__init__c C s | j S )z� **[Required]** Gets the credential_details of this EnableDatabaseManagementDetails. :return: The credential_details of this EnableDatabaseManagementDetails. :rtype: oci.database.models.DatabaseCredentialDetails �r �r'