CompleteExternalBackupJobDetails¶
-
class
oci.database.models.
CompleteExternalBackupJobDetails
(**kwargs)¶ Bases:
object
CompleteExternalBackupJobDetails model.
Methods
__init__
(**kwargs)Initializes a new CompleteExternalBackupJobDetails object with values from keyword arguments. Attributes
cf_backup_handle
Gets the cf_backup_handle of this CompleteExternalBackupJobDetails. data_size
Gets the data_size of this CompleteExternalBackupJobDetails. redo_size
Gets the redo_size of this CompleteExternalBackupJobDetails. spf_backup_handle
Gets the spf_backup_handle of this CompleteExternalBackupJobDetails. sql_patches
Gets the sql_patches of this CompleteExternalBackupJobDetails. tde_wallet_path
Gets the tde_wallet_path of this CompleteExternalBackupJobDetails. -
__init__
(**kwargs)¶ Initializes a new CompleteExternalBackupJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tde_wallet_path (str) – The value to assign to the tde_wallet_path property of this CompleteExternalBackupJobDetails.
- cf_backup_handle (str) – The value to assign to the cf_backup_handle property of this CompleteExternalBackupJobDetails.
- spf_backup_handle (str) – The value to assign to the spf_backup_handle property of this CompleteExternalBackupJobDetails.
- sql_patches (list[str]) – The value to assign to the sql_patches property of this CompleteExternalBackupJobDetails.
- data_size (int) – The value to assign to the data_size property of this CompleteExternalBackupJobDetails.
- redo_size (int) – The value to assign to the redo_size property of this CompleteExternalBackupJobDetails.
-
cf_backup_handle
¶ Gets the cf_backup_handle of this CompleteExternalBackupJobDetails. The handle of the control file backup.
Returns: The cf_backup_handle of this CompleteExternalBackupJobDetails. Return type: str
-
data_size
¶ Gets the data_size of this CompleteExternalBackupJobDetails. The size of the data in the database, in megabytes.
Returns: The data_size of this CompleteExternalBackupJobDetails. Return type: int
-
redo_size
¶ Gets the redo_size of this CompleteExternalBackupJobDetails. The size of the redo in the database, in megabytes.
Returns: The redo_size of this CompleteExternalBackupJobDetails. Return type: int
-
spf_backup_handle
¶ Gets the spf_backup_handle of this CompleteExternalBackupJobDetails. The handle of the spfile backup.
Returns: The spf_backup_handle of this CompleteExternalBackupJobDetails. Return type: str
-
sql_patches
¶ Gets the sql_patches of this CompleteExternalBackupJobDetails. The list of SQL patches that need to be applied to the backup during the restore.
Returns: The sql_patches of this CompleteExternalBackupJobDetails. Return type: list[str]
-
tde_wallet_path
¶ Gets the tde_wallet_path of this CompleteExternalBackupJobDetails. If the database being backed up is TDE enabled, this will be the path to the associated TDE wallet in Object Storage.
Returns: The tde_wallet_path of this CompleteExternalBackupJobDetails. Return type: str
-