RemoteClonePluggableDatabaseDetails¶
-
class
oci.database.models.
RemoteClonePluggableDatabaseDetails
(**kwargs)¶ Bases:
object
Deprecated. Use
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.
Methods
__init__
(**kwargs)Initializes a new RemoteClonePluggableDatabaseDetails object with values from keyword arguments. Attributes
cloned_pdb_name
[Required] Gets the cloned_pdb_name of this RemoteClonePluggableDatabaseDetails. pdb_admin_password
Gets the pdb_admin_password of this RemoteClonePluggableDatabaseDetails. should_pdb_admin_account_be_locked
Gets the should_pdb_admin_account_be_locked of this RemoteClonePluggableDatabaseDetails. source_container_db_admin_password
[Required] Gets the source_container_db_admin_password of this RemoteClonePluggableDatabaseDetails. target_container_database_id
[Required] Gets the target_container_database_id of this RemoteClonePluggableDatabaseDetails. target_tde_wallet_password
Gets the target_tde_wallet_password of this RemoteClonePluggableDatabaseDetails. -
__init__
(**kwargs)¶ Initializes a new RemoteClonePluggableDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - target_container_database_id (str) – The value to assign to the target_container_database_id property of this RemoteClonePluggableDatabaseDetails.
- source_container_db_admin_password (str) – The value to assign to the source_container_db_admin_password property of this RemoteClonePluggableDatabaseDetails.
- cloned_pdb_name (str) – The value to assign to the cloned_pdb_name property of this RemoteClonePluggableDatabaseDetails.
- pdb_admin_password (str) – The value to assign to the pdb_admin_password property of this RemoteClonePluggableDatabaseDetails.
- target_tde_wallet_password (str) – The value to assign to the target_tde_wallet_password property of this RemoteClonePluggableDatabaseDetails.
- should_pdb_admin_account_be_locked (bool) – The value to assign to the should_pdb_admin_account_be_locked property of this RemoteClonePluggableDatabaseDetails.
-
cloned_pdb_name
¶ [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
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.Returns: The cloned_pdb_name of this RemoteClonePluggableDatabaseDetails. Return type: str
-
pdb_admin_password
¶ 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 -.
Returns: The pdb_admin_password of this RemoteClonePluggableDatabaseDetails. Return type: str
-
should_pdb_admin_account_be_locked
¶ 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.
Returns: The should_pdb_admin_account_be_locked of this RemoteClonePluggableDatabaseDetails. Return type: bool
-
source_container_db_admin_password
¶ [Required] Gets the source_container_db_admin_password of this RemoteClonePluggableDatabaseDetails. The DB system administrator password of the source CDB.
Returns: The source_container_db_admin_password of this RemoteClonePluggableDatabaseDetails. Return type: str
-
target_container_database_id
¶ [Required] Gets the target_container_database_id of this RemoteClonePluggableDatabaseDetails. The OCID of the target CDB
Returns: The target_container_database_id of this RemoteClonePluggableDatabaseDetails. Return type: str
-
target_tde_wallet_password
¶ Gets the target_tde_wallet_password of this RemoteClonePluggableDatabaseDetails. The existing TDE wallet password of the target CDB.
Returns: The target_tde_wallet_password of this RemoteClonePluggableDatabaseDetails. Return type: str
-