LocalClonePluggableDatabaseDetails

class oci.database.models.LocalClonePluggableDatabaseDetails(**kwargs)

Bases: object

Deprecated. Use create_pluggable_database_details() for Pluggable Database LocalClone Operation. Parameters for cloning a pluggable database (PDB) within the same database (CDB).

Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Methods

__init__(**kwargs) Initializes a new LocalClonePluggableDatabaseDetails object with values from keyword arguments.

Attributes

cloned_pdb_name [Required] Gets the cloned_pdb_name of this LocalClonePluggableDatabaseDetails.
pdb_admin_password Gets the pdb_admin_password of this LocalClonePluggableDatabaseDetails.
should_pdb_admin_account_be_locked Gets the should_pdb_admin_account_be_locked of this LocalClonePluggableDatabaseDetails.
target_tde_wallet_password Gets the target_tde_wallet_password of this LocalClonePluggableDatabaseDetails.
__init__(**kwargs)

Initializes a new LocalClonePluggableDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • cloned_pdb_name (str) – The value to assign to the cloned_pdb_name property of this LocalClonePluggableDatabaseDetails.
  • pdb_admin_password (str) – The value to assign to the pdb_admin_password property of this LocalClonePluggableDatabaseDetails.
  • target_tde_wallet_password (str) – The value to assign to the target_tde_wallet_password property of this LocalClonePluggableDatabaseDetails.
  • should_pdb_admin_account_be_locked (bool) – The value to assign to the should_pdb_admin_account_be_locked property of this LocalClonePluggableDatabaseDetails.
cloned_pdb_name

[Required] Gets the cloned_pdb_name of this LocalClonePluggableDatabaseDetails. 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 LocalClonePluggableDatabaseDetails.
Return type:str
pdb_admin_password

Gets the pdb_admin_password of this LocalClonePluggableDatabaseDetails. 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 LocalClonePluggableDatabaseDetails.
Return type:str
should_pdb_admin_account_be_locked

Gets the should_pdb_admin_account_be_locked of this LocalClonePluggableDatabaseDetails. 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 LocalClonePluggableDatabaseDetails.
Return type:bool
target_tde_wallet_password

Gets the target_tde_wallet_password of this LocalClonePluggableDatabaseDetails. The existing TDE wallet password of the target CDB.

Returns:The target_tde_wallet_password of this LocalClonePluggableDatabaseDetails.
Return type:str