📂 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: remote_clone_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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�#RemoteClonePluggableDatabaseDetailsa� **Deprecated.** Use :func:`create_pluggable_database_details` for Pluggable Database RemoteClone Operation. Parameters for cloning a pluggable database (PDB) in a remote database (CDB). A remote CDB is one that does not contain the source PDB. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new RemoteClonePluggableDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target_container_database_id: The value to assign to the target_container_database_id property of this RemoteClonePluggableDatabaseDetails. :type target_container_database_id: str :param source_container_db_admin_password: The value to assign to the source_container_db_admin_password property of this RemoteClonePluggableDatabaseDetails. :type source_container_db_admin_password: str :param cloned_pdb_name: The value to assign to the cloned_pdb_name property of this RemoteClonePluggableDatabaseDetails. :type cloned_pdb_name: str :param pdb_admin_password: The value to assign to the pdb_admin_password property of this RemoteClonePluggableDatabaseDetails. :type pdb_admin_password: str :param target_tde_wallet_password: The value to assign to the target_tde_wallet_password property of this RemoteClonePluggableDatabaseDetails. :type target_tde_wallet_password: str :param should_pdb_admin_account_be_locked: The value to assign to the should_pdb_admin_account_be_locked property of this RemoteClonePluggableDatabaseDetails. :type should_pdb_admin_account_be_locked: bool �str�bool)�target_container_database_id�"source_container_db_admin_password�cloned_pdb_name�pdb_admin_password�target_tde_wallet_password�"should_pdb_admin_account_be_lockedZtargetContainerDatabaseIdZsourceContainerDbAdminPasswordZ clonedPdbNameZpdbAdminPasswordZtargetTdeWalletPasswordZshouldPdbAdminAccountBeLockedN)Z swagger_typesZ attribute_map�_target_container_database_id�#_source_container_db_admin_password�_cloned_pdb_name�_pdb_admin_password�_target_tde_wallet_password�#_should_pdb_admin_account_be_locked)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/database/models/remote_clone_pluggable_database_details.py�__init__ s( � � z,RemoteClonePluggableDatabaseDetails.__init__c C s | j S )ab **[Required]** Gets the target_container_database_id of this RemoteClonePluggableDatabaseDetails. The `OCID`__ of the target CDB __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The target_container_database_id of this RemoteClonePluggableDatabaseDetails. :rtype: str �r �r r r r r L s z@RemoteClonePluggableDatabaseDetails.target_container_database_idc C s || _ dS )an Sets the target_container_database_id of this RemoteClonePluggableDatabaseDetails. The `OCID`__ of the target CDB __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param target_container_database_id: The target_container_database_id of this RemoteClonePluggableDatabaseDetails. :type: str Nr )r r r r r r Z s c C s | j S )a4 **[Required]** Gets the source_container_db_admin_password of this RemoteClonePluggableDatabaseDetails. The DB system administrator password of the source CDB. :return: The source_container_db_admin_password of this RemoteClonePluggableDatabaseDetails. :rtype: str �r r r r r r h s zFRemoteClonePluggableDatabaseDetails.source_container_db_admin_passwordc C s || _ dS )aF Sets the source_container_db_admin_password of this RemoteClonePluggableDatabaseDetails. The DB system administrator password of the source CDB. :param source_container_db_admin_password: The source_container_db_admin_password of this RemoteClonePluggableDatabaseDetails. :type: str Nr )r r r r r r t s c C s | j S )a **[Required]** Gets the cloned_pdb_name of this RemoteClonePluggableDatabaseDetails. The name for the pluggable database (PDB). The name is unique in the context of a :class:`Database`. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name. :return: The cloned_pdb_name of this RemoteClonePluggableDatabaseDetails. :rtype: str �r r r r r r � s z3RemoteClonePluggableDatabaseDetails.cloned_pdb_namec C s || _ dS )a Sets the cloned_pdb_name of this RemoteClonePluggableDatabaseDetails. The name for the pluggable database (PDB). The name is unique in the context of a :class:`Database`. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name. :param cloned_pdb_name: The cloned_pdb_name of this RemoteClonePluggableDatabaseDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the pdb_admin_password of this RemoteClonePluggableDatabaseDetails. A strong password for PDB Admin of the newly cloned PDB. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \#, or -. :return: The pdb_admin_password of this RemoteClonePluggableDatabaseDetails. :rtype: str �r r r r r r � s z6RemoteClonePluggableDatabaseDetails.pdb_admin_passwordc C s || _ dS )a� Sets the pdb_admin_password of this RemoteClonePluggableDatabaseDetails. A strong password for PDB Admin of the newly cloned PDB. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \#, or -. :param pdb_admin_password: The pdb_admin_password of this RemoteClonePluggableDatabaseDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the target_tde_wallet_password of this RemoteClonePluggableDatabaseDetails. The existing TDE wallet password of the target CDB. :return: The target_tde_wallet_password of this RemoteClonePluggableDatabaseDetails. :rtype: str �r r r r r r � s z>RemoteClonePluggableDatabaseDetails.target_tde_wallet_passwordc C s || _ dS )a* Sets the target_tde_wallet_password of this RemoteClonePluggableDatabaseDetails. The existing TDE wallet password of the target CDB. :param target_tde_wallet_password: The target_tde_wallet_password of this RemoteClonePluggableDatabaseDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the should_pdb_admin_account_be_locked of this RemoteClonePluggableDatabaseDetails. The locked mode of the pluggable database admin account. If false, the user needs to provide the PDB Admin Password to connect to it. If true, the pluggable database will be locked and user cannot login to it. :return: The should_pdb_admin_account_be_locked of this RemoteClonePluggableDatabaseDetails. :rtype: bool �r r r r r r � s zFRemoteClonePluggableDatabaseDetails.should_pdb_admin_account_be_lockedc C s || _ dS )a� Sets the should_pdb_admin_account_be_locked of this RemoteClonePluggableDatabaseDetails. The locked mode of the pluggable database admin account. If false, the user needs to provide the PDB Admin Password to connect to it. If true, the pluggable database will be locked and user cannot login to it. :param should_pdb_admin_account_be_locked: The should_pdb_admin_account_be_locked of this RemoteClonePluggableDatabaseDetails. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z,RemoteClonePluggableDatabaseDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z*RemoteClonePluggableDatabaseDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s z*RemoteClonePluggableDatabaseDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"