ruạṛ
a N��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 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_locked�targetContainerDatabaseId�sourceContainerDbAdminPassword� clonedPdbName�pdbAdminPassword�targetTdeWalletPassword�shouldPdbAdminAccountBeLockedN)� swagger_types� 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 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 I 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"