📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_tuning_task_credential_details.cpython-39.pyc
a ���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 ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�SqlTuningTaskCredentialDetailsz9 The credential used to connect to the database. �SECRET�PASSWORD�NORMAL�SYSDBAc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new SqlTuningTaskCredentialDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.database_management.models.SqlTuningTaskSecretCredentialDetails` * :class:`~oci.database_management.models.SqlTuningTaskPasswordCredentialDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sql_tuning_task_credential_type: The value to assign to the sql_tuning_task_credential_type property of this SqlTuningTaskCredentialDetails. Allowed values for this property are: "SECRET", "PASSWORD" :type sql_tuning_task_credential_type: str :param username: The value to assign to the username property of this SqlTuningTaskCredentialDetails. :type username: str :param role: The value to assign to the role property of this SqlTuningTaskCredentialDetails. Allowed values for this property are: "NORMAL", "SYSDBA" :type role: str �str)�sql_tuning_task_credential_type�username�role�sqlTuningTaskCredentialTyper r N)Z swagger_typesZ attribute_map� _sql_tuning_task_credential_type� _username�_role)�self�kwargs� r �e/usr/lib/python3.9/site-packages/oci/database_management/models/sql_tuning_task_credential_details.py�__init__"