📂 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_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: test_basic_preferred_credential_details.cpython-39.pyc
a ���ff � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TestPreferredCredentialDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�#TestBasicPreferredCredentialDetailsz: The details of the 'BASIC' preferred credential. �NORMAL�SYSDBA�SYSDGc K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new TestBasicPreferredCredentialDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.TestBasicPreferredCredentialDetails.type` attribute of this class is ``BASIC`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this TestBasicPreferredCredentialDetails. Allowed values for this property are: "BASIC", "NAMED_CREDENTIAL" :type type: str :param user_name: The value to assign to the user_name property of this TestBasicPreferredCredentialDetails. :type user_name: str :param role: The value to assign to the role property of this TestBasicPreferredCredentialDetails. Allowed values for this property are: "NORMAL", "SYSDBA", "SYSDG" :type role: str :param password_secret_id: The value to assign to the password_secret_id property of this TestBasicPreferredCredentialDetails. :type password_secret_id: str �str)�type� user_name�role�password_secret_idr ZuserNamer ZpasswordSecretIdNZBASIC)Z swagger_typesZ attribute_mapZ_type� _user_name�_role�_password_secret_id)�self�kwargs� r �j/usr/lib/python3.9/site-packages/oci/database_management/models/test_basic_preferred_credential_details.py�__init__ s ��z,TestBasicPreferredCredentialDetails.__init__c C s | j S )z� Gets the user_name of this TestBasicPreferredCredentialDetails. The user name used to connect to the database. :return: The user_name of this TestBasicPreferredCredentialDetails. :rtype: str �r �r r r r r K s z-TestBasicPreferredCredentialDetails.user_namec C s || _ dS )z� Sets the user_name of this TestBasicPreferredCredentialDetails. The user name used to connect to the database. :param user_name: The user_name of this TestBasicPreferredCredentialDetails. :type: str Nr )r r r r r r W s c C s | j S )a Gets the role of this TestBasicPreferredCredentialDetails. The role of the database user. Allowed values for this property are: "NORMAL", "SYSDBA", "SYSDG" :return: The role of this TestBasicPreferredCredentialDetails. :rtype: str )r r r r r r c s z(TestBasicPreferredCredentialDetails.rolec C s* g d�}t ||�s td|� ���|| _dS )z� Sets the role of this TestBasicPreferredCredentialDetails. The role of the database user. :param role: The role of this TestBasicPreferredCredentialDetails. :type: str )r r r z1Invalid value for `role`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r q s �c C s | j S )as Gets the password_secret_id of this TestBasicPreferredCredentialDetails. The `OCID`__ of the Vault service secret that contains the database user password. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The password_secret_id of this TestBasicPreferredCredentialDetails. :rtype: str �r r r r r r � s z6TestBasicPreferredCredentialDetails.password_secret_idc C s || _ dS )a� Sets the password_secret_id of this TestBasicPreferredCredentialDetails. The `OCID`__ of the Vault service secret that contains the database user password. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param password_secret_id: The password_secret_id of this TestBasicPreferredCredentialDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z,TestBasicPreferredCredentialDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z*TestBasicPreferredCredentialDetails.__eq__c C s | |k S r r r r r r �__ne__� s z*TestBasicPreferredCredentialDetails.__ne__N)�__name__� __module__�__qualname__�__doc__ZROLE_NORMALZROLE_SYSDBAZ ROLE_SYSDGr �propertyr �setterr r r r"