CreateDatabaseFromAnotherDatabaseDetails¶
-
class
oci.database.models.
CreateDatabaseFromAnotherDatabaseDetails
(**kwargs)¶ Bases:
object
CreateDatabaseFromAnotherDatabaseDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateDatabaseFromAnotherDatabaseDetails object with values from keyword arguments. Attributes
admin_password
[Required] Gets the admin_password of this CreateDatabaseFromAnotherDatabaseDetails. backup_tde_password
Gets the backup_tde_password of this CreateDatabaseFromAnotherDatabaseDetails. database_id
[Required] Gets the database_id of this CreateDatabaseFromAnotherDatabaseDetails. db_name
Gets the db_name of this CreateDatabaseFromAnotherDatabaseDetails. db_unique_name
Gets the db_unique_name of this CreateDatabaseFromAnotherDatabaseDetails. pluggable_databases
Gets the pluggable_databases of this CreateDatabaseFromAnotherDatabaseDetails. time_stamp_for_point_in_time_recovery
Gets the time_stamp_for_point_in_time_recovery of this CreateDatabaseFromAnotherDatabaseDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDatabaseFromAnotherDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_id (str) – The value to assign to the database_id property of this CreateDatabaseFromAnotherDatabaseDetails.
- backup_tde_password (str) – The value to assign to the backup_tde_password property of this CreateDatabaseFromAnotherDatabaseDetails.
- admin_password (str) – The value to assign to the admin_password property of this CreateDatabaseFromAnotherDatabaseDetails.
- db_unique_name (str) – The value to assign to the db_unique_name property of this CreateDatabaseFromAnotherDatabaseDetails.
- db_name (str) – The value to assign to the db_name property of this CreateDatabaseFromAnotherDatabaseDetails.
- time_stamp_for_point_in_time_recovery (datetime) – The value to assign to the time_stamp_for_point_in_time_recovery property of this CreateDatabaseFromAnotherDatabaseDetails.
- pluggable_databases (list[str]) – The value to assign to the pluggable_databases property of this CreateDatabaseFromAnotherDatabaseDetails.
-
admin_password
¶ [Required] Gets the admin_password of this CreateDatabaseFromAnotherDatabaseDetails. A strong password for SYS, SYSTEM, PDB Admin and TDE Wallet. 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 admin_password of this CreateDatabaseFromAnotherDatabaseDetails. Return type: str
-
backup_tde_password
¶ Gets the backup_tde_password of this CreateDatabaseFromAnotherDatabaseDetails. The password to open the TDE wallet.
Returns: The backup_tde_password of this CreateDatabaseFromAnotherDatabaseDetails. Return type: str
-
database_id
¶ [Required] Gets the database_id of this CreateDatabaseFromAnotherDatabaseDetails. The database OCID.
Returns: The database_id of this CreateDatabaseFromAnotherDatabaseDetails. Return type: str
-
db_name
¶ Gets the db_name of this CreateDatabaseFromAnotherDatabaseDetails. The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
Returns: The db_name of this CreateDatabaseFromAnotherDatabaseDetails. Return type: str
-
db_unique_name
¶ Gets the db_unique_name of this CreateDatabaseFromAnotherDatabaseDetails. The DB_UNIQUE_NAME of the Oracle Database being backed up.
Returns: The db_unique_name of this CreateDatabaseFromAnotherDatabaseDetails. Return type: str
-
pluggable_databases
¶ Gets the pluggable_databases of this CreateDatabaseFromAnotherDatabaseDetails. The list of pluggable databases that needs to be restored into new database.
Returns: The pluggable_databases of this CreateDatabaseFromAnotherDatabaseDetails. Return type: list[str]
-
time_stamp_for_point_in_time_recovery
¶ Gets the time_stamp_for_point_in_time_recovery of this CreateDatabaseFromAnotherDatabaseDetails. The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.
Returns: The time_stamp_for_point_in_time_recovery of this CreateDatabaseFromAnotherDatabaseDetails. Return type: datetime
-