ConvertToRegularPluggableDatabaseDetails¶
-
class
oci.database.models.
ConvertToRegularPluggableDatabaseDetails
(**kwargs)¶ Bases:
object
Parameters for converting Refreshable Clone Pluggable Database into Regular Pluggable Database.
Methods
__init__
(**kwargs)Initializes a new ConvertToRegularPluggableDatabaseDetails object with values from keyword arguments. Attributes
container_database_admin_password
Gets the container_database_admin_password of this ConvertToRegularPluggableDatabaseDetails. should_create_pdb_backup
Gets the should_create_pdb_backup of this ConvertToRegularPluggableDatabaseDetails. tde_wallet_password
Gets the tde_wallet_password of this ConvertToRegularPluggableDatabaseDetails. -
__init__
(**kwargs)¶ Initializes a new ConvertToRegularPluggableDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - should_create_pdb_backup (bool) – The value to assign to the should_create_pdb_backup property of this ConvertToRegularPluggableDatabaseDetails.
- container_database_admin_password (str) – The value to assign to the container_database_admin_password property of this ConvertToRegularPluggableDatabaseDetails.
- tde_wallet_password (str) – The value to assign to the tde_wallet_password property of this ConvertToRegularPluggableDatabaseDetails.
-
container_database_admin_password
¶ Gets the container_database_admin_password of this ConvertToRegularPluggableDatabaseDetails. The DB system administrator password of the Container Database.
Returns: The container_database_admin_password of this ConvertToRegularPluggableDatabaseDetails. Return type: str
-
should_create_pdb_backup
¶ Gets the should_create_pdb_backup of this ConvertToRegularPluggableDatabaseDetails. Indicates whether to take Pluggable Database Backup after the operation.
Returns: The should_create_pdb_backup of this ConvertToRegularPluggableDatabaseDetails. Return type: bool
-
tde_wallet_password
¶ Gets the tde_wallet_password of this ConvertToRegularPluggableDatabaseDetails. The existing TDE wallet password of the Container Database.
Returns: The tde_wallet_password of this ConvertToRegularPluggableDatabaseDetails. Return type: str
-