AutonomousContainerDatabaseBackupConfig¶
-
class
oci.database.models.
AutonomousContainerDatabaseBackupConfig
(**kwargs)¶ Bases:
object
Backup options for the Autonomous Container Database.
Methods
__init__
(**kwargs)Initializes a new AutonomousContainerDatabaseBackupConfig object with values from keyword arguments. Attributes
backup_destination_details
Gets the backup_destination_details of this AutonomousContainerDatabaseBackupConfig. recovery_window_in_days
Gets the recovery_window_in_days of this AutonomousContainerDatabaseBackupConfig. -
__init__
(**kwargs)¶ Initializes a new AutonomousContainerDatabaseBackupConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - backup_destination_details (list[oci.database.models.BackupDestinationDetails]) – The value to assign to the backup_destination_details property of this AutonomousContainerDatabaseBackupConfig.
- recovery_window_in_days (int) – The value to assign to the recovery_window_in_days property of this AutonomousContainerDatabaseBackupConfig.
-
backup_destination_details
¶ Gets the backup_destination_details of this AutonomousContainerDatabaseBackupConfig. Backup destination details.
Returns: The backup_destination_details of this AutonomousContainerDatabaseBackupConfig. Return type: list[oci.database.models.BackupDestinationDetails]
-
recovery_window_in_days
¶ Gets the recovery_window_in_days of this AutonomousContainerDatabaseBackupConfig. Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
Returns: The recovery_window_in_days of this AutonomousContainerDatabaseBackupConfig. Return type: int
-