📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tablespace_admin_credential_details.cpython-39.pyc
a ���fn � @ 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 )� TablespaceAdminCredentialDetailsz_ The credential to connect to the database to perform tablespace administration tasks. �SECRET�PASSWORD�NORMAL�SYSDBAc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new TablespaceAdminCredentialDetails 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.TablespaceAdminPasswordCredentialDetails` * :class:`~oci.database_management.models.TablespaceAdminSecretCredentialDetails` 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 TablespaceAdminCredentialDetails. 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 TablespaceAdminCredentialDetails. :type username: str :param role: The value to assign to the role property of this TablespaceAdminCredentialDetails. Allowed values for this property are: "NORMAL", "SYSDBA" :type role: str �str)� tablespace_admin_credential_type�username�role�tablespaceAdminCredentialTyper r N)Z swagger_typesZ attribute_map�!_tablespace_admin_credential_type� _username�_role)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/database_management/models/tablespace_admin_credential_details.py�__init__"