📂 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
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: convert_to_regular_pluggable_database_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�(ConvertToRegularPluggableDatabaseDetailszi Parameters for converting Refreshable Clone Pluggable Database into Regular Pluggable Database. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ad Initializes a new ConvertToRegularPluggableDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param should_create_pdb_backup: The value to assign to the should_create_pdb_backup property of this ConvertToRegularPluggableDatabaseDetails. :type should_create_pdb_backup: bool :param container_database_admin_password: The value to assign to the container_database_admin_password property of this ConvertToRegularPluggableDatabaseDetails. :type container_database_admin_password: str :param tde_wallet_password: The value to assign to the tde_wallet_password property of this ConvertToRegularPluggableDatabaseDetails. :type tde_wallet_password: str �bool�str)�should_create_pdb_backup�!container_database_admin_password�tde_wallet_passwordZshouldCreatePdbBackupZcontainerDatabaseAdminPasswordZtdeWalletPasswordN)Z swagger_typesZ attribute_map�_should_create_pdb_backup�"_container_database_admin_password�_tde_wallet_password)�self�kwargs� r �e/usr/lib/python3.9/site-packages/oci/database/models/convert_to_regular_pluggable_database_details.py�__init__ s ��z1ConvertToRegularPluggableDatabaseDetails.__init__c C s | j S )a- Gets the should_create_pdb_backup of this ConvertToRegularPluggableDatabaseDetails. Indicates whether to take Pluggable Database Backup after the operation. :return: The should_create_pdb_backup of this ConvertToRegularPluggableDatabaseDetails. :rtype: bool �r �r r r r r 4 s zAConvertToRegularPluggableDatabaseDetails.should_create_pdb_backupc C s || _ dS )aD Sets the should_create_pdb_backup of this ConvertToRegularPluggableDatabaseDetails. Indicates whether to take Pluggable Database Backup after the operation. :param should_create_pdb_backup: The should_create_pdb_backup of this ConvertToRegularPluggableDatabaseDetails. :type: bool Nr )r r r r r r @ s c C s | j S )a5 Gets the container_database_admin_password of this ConvertToRegularPluggableDatabaseDetails. The DB system administrator password of the Container Database. :return: The container_database_admin_password of this ConvertToRegularPluggableDatabaseDetails. :rtype: str �r r r r r r L s zJConvertToRegularPluggableDatabaseDetails.container_database_admin_passwordc C s || _ dS )aU Sets the container_database_admin_password of this ConvertToRegularPluggableDatabaseDetails. The DB system administrator password of the Container Database. :param container_database_admin_password: The container_database_admin_password of this ConvertToRegularPluggableDatabaseDetails. :type: str Nr )r r r r r r X s c C s | j S )a Gets the tde_wallet_password of this ConvertToRegularPluggableDatabaseDetails. The existing TDE wallet password of the Container Database. :return: The tde_wallet_password of this ConvertToRegularPluggableDatabaseDetails. :rtype: str �r r r r r r d s z<ConvertToRegularPluggableDatabaseDetails.tde_wallet_passwordc C s || _ dS )a' Sets the tde_wallet_password of this ConvertToRegularPluggableDatabaseDetails. The existing TDE wallet password of the Container Database. :param tde_wallet_password: The tde_wallet_password of this ConvertToRegularPluggableDatabaseDetails. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z1ConvertToRegularPluggableDatabaseDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z/ConvertToRegularPluggableDatabaseDetails.__eq__c C s | |k S r r r r r r �__ne__� s z/ConvertToRegularPluggableDatabaseDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"