PeerAutonomousContainerDatabaseBackupConfig¶
-
class
oci.database.models.
PeerAutonomousContainerDatabaseBackupConfig
(**kwargs)¶ Bases:
object
Backup options for the standby Autonomous Container Database.
Methods
__init__
(**kwargs)Initializes a new PeerAutonomousContainerDatabaseBackupConfig object with values from keyword arguments. Attributes
backup_destination_details
Gets the backup_destination_details of this PeerAutonomousContainerDatabaseBackupConfig. recovery_window_in_days
Gets the recovery_window_in_days of this PeerAutonomousContainerDatabaseBackupConfig. -
__init__
(**kwargs)¶ Initializes a new PeerAutonomousContainerDatabaseBackupConfig 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 PeerAutonomousContainerDatabaseBackupConfig.
- recovery_window_in_days (int) – The value to assign to the recovery_window_in_days property of this PeerAutonomousContainerDatabaseBackupConfig.
-
backup_destination_details
¶ Gets the backup_destination_details of this PeerAutonomousContainerDatabaseBackupConfig. Backup destination details.
Returns: The backup_destination_details of this PeerAutonomousContainerDatabaseBackupConfig. Return type: list[oci.database.models.BackupDestinationDetails]
-
recovery_window_in_days
¶ Gets the recovery_window_in_days of this PeerAutonomousContainerDatabaseBackupConfig. 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 PeerAutonomousContainerDatabaseBackupConfig. Return type: int
-