📂 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: sql_tuning_task_password_credential_details.pyc
a N��fW � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�SqlTuningTaskCredentialDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�&SqlTuningTaskPasswordCredentialDetailszG The password provided by the user to connect to the database. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new SqlTuningTaskPasswordCredentialDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.SqlTuningTaskPasswordCredentialDetails.sql_tuning_task_credential_type` attribute of this class is ``PASSWORD`` and it should not be changed. 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 SqlTuningTaskPasswordCredentialDetails. 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 SqlTuningTaskPasswordCredentialDetails. :type username: str :param role: The value to assign to the role property of this SqlTuningTaskPasswordCredentialDetails. Allowed values for this property are: "NORMAL", "SYSDBA" :type role: str :param password: The value to assign to the password property of this SqlTuningTaskPasswordCredentialDetails. :type password: str �str)�sql_tuning_task_credential_type�username�role�password�sqlTuningTaskCredentialTyper r r N�PASSWORD)� swagger_types� attribute_map� _sql_tuning_task_credential_type� _username�_role� _password)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/sql_tuning_task_password_credential_details.py�__init__ s ��z/SqlTuningTaskPasswordCredentialDetails.__init__c C s | j S )a **[Required]** Gets the password of this SqlTuningTaskPasswordCredentialDetails. The database user's password encoded using BASE64 scheme. :return: The password of this SqlTuningTaskPasswordCredentialDetails. :rtype: str �r �r r r r r = s z/SqlTuningTaskPasswordCredentialDetails.passwordc C s || _ dS )a Sets the password of this SqlTuningTaskPasswordCredentialDetails. The database user's password encoded using BASE64 scheme. :param password: The password of this SqlTuningTaskPasswordCredentialDetails. :type: str Nr )r r r r r r I s c C s t | �S �N)r r r r r �__repr__U s z/SqlTuningTaskPasswordCredentialDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__X s z-SqlTuningTaskPasswordCredentialDetails.__eq__c C s | |k S r r r r r r �__ne__^ s z-SqlTuningTaskPasswordCredentialDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r"