CreateDatabaseFromBackupDetails¶
-
class
oci.database.models.
CreateDatabaseFromBackupDetails
(**kwargs)¶ Bases:
object
CreateDatabaseFromBackupDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateDatabaseFromBackupDetails object with values from keyword arguments. Attributes
admin_password
[Required] Gets the admin_password of this CreateDatabaseFromBackupDetails. backup_id
[Required] Gets the backup_id of this CreateDatabaseFromBackupDetails. backup_tde_password
Gets the backup_tde_password of this CreateDatabaseFromBackupDetails. db_name
Gets the db_name of this CreateDatabaseFromBackupDetails. db_unique_name
Gets the db_unique_name of this CreateDatabaseFromBackupDetails. pluggable_databases
Gets the pluggable_databases of this CreateDatabaseFromBackupDetails. sid_prefix
Gets the sid_prefix of this CreateDatabaseFromBackupDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDatabaseFromBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - backup_id (str) – The value to assign to the backup_id property of this CreateDatabaseFromBackupDetails.
- backup_tde_password (str) – The value to assign to the backup_tde_password property of this CreateDatabaseFromBackupDetails.
- admin_password (str) – The value to assign to the admin_password property of this CreateDatabaseFromBackupDetails.
- db_unique_name (str) – The value to assign to the db_unique_name property of this CreateDatabaseFromBackupDetails.
- db_name (str) – The value to assign to the db_name property of this CreateDatabaseFromBackupDetails.
- sid_prefix (str) – The value to assign to the sid_prefix property of this CreateDatabaseFromBackupDetails.
- pluggable_databases (list[str]) – The value to assign to the pluggable_databases property of this CreateDatabaseFromBackupDetails.
-
admin_password
¶ [Required] Gets the admin_password of this CreateDatabaseFromBackupDetails. 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 CreateDatabaseFromBackupDetails. Return type: str
-
backup_id
¶ [Required] Gets the backup_id of this CreateDatabaseFromBackupDetails. The backup OCID.
Returns: The backup_id of this CreateDatabaseFromBackupDetails. Return type: str
-
backup_tde_password
¶ Gets the backup_tde_password of this CreateDatabaseFromBackupDetails. The password to open the TDE wallet.
Returns: The backup_tde_password of this CreateDatabaseFromBackupDetails. Return type: str
-
db_name
¶ Gets the db_name of this CreateDatabaseFromBackupDetails. 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 CreateDatabaseFromBackupDetails. Return type: str
-
db_unique_name
¶ Gets the db_unique_name of this CreateDatabaseFromBackupDetails. The DB_UNIQUE_NAME of the Oracle Database being backed up.
Returns: The db_unique_name of this CreateDatabaseFromBackupDetails. Return type: str
-
pluggable_databases
¶ Gets the pluggable_databases of this CreateDatabaseFromBackupDetails. The list of pluggable databases that needs to be restored into new database.
Returns: The pluggable_databases of this CreateDatabaseFromBackupDetails. Return type: list[str]
-
sid_prefix
¶ Gets the sid_prefix of this CreateDatabaseFromBackupDetails. Specifies a prefix for the Oracle SID of the database to be created.
Returns: The sid_prefix of this CreateDatabaseFromBackupDetails. Return type: str
-