📂 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: tablespace_admin_password_credential_details.pyc
a N��f~ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� TablespaceAdminCredentialDetails� )�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 )�(TablespaceAdminPasswordCredentialDetailszI User provides a password to be used to connect to the database. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new TablespaceAdminPasswordCredentialDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.TablespaceAdminPasswordCredentialDetails.tablespace_admin_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 tablespace_admin_credential_type: The value to assign to the tablespace_admin_credential_type property of this TablespaceAdminPasswordCredentialDetails. Allowed values for this property are: "SECRET", "PASSWORD" :type tablespace_admin_credential_type: str :param username: The value to assign to the username property of this TablespaceAdminPasswordCredentialDetails. :type username: str :param role: The value to assign to the role property of this TablespaceAdminPasswordCredentialDetails. Allowed values for this property are: "NORMAL", "SYSDBA" :type role: str :param password: The value to assign to the password property of this TablespaceAdminPasswordCredentialDetails. :type password: str �str)� tablespace_admin_credential_type�username�role�password�tablespaceAdminCredentialTyper r r N�PASSWORD)� swagger_types� attribute_map�!_tablespace_admin_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/tablespace_admin_password_credential_details.py�__init__ s ��z1TablespaceAdminPasswordCredentialDetails.__init__c C s | j S )a **[Required]** Gets the password of this TablespaceAdminPasswordCredentialDetails. The database user's password encoded using BASE64 scheme. :return: The password of this TablespaceAdminPasswordCredentialDetails. :rtype: str �r �r r r r r = s z1TablespaceAdminPasswordCredentialDetails.passwordc C s || _ dS )a Sets the password of this TablespaceAdminPasswordCredentialDetails. The database user's password encoded using BASE64 scheme. :param password: The password of this TablespaceAdminPasswordCredentialDetails. :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 z1TablespaceAdminPasswordCredentialDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__X s z/TablespaceAdminPasswordCredentialDetails.__eq__c C s | |k S r r r r r r �__ne__^ s z/TablespaceAdminPasswordCredentialDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r"