DistributedAutonomousDbBackupConfig¶
-
class
oci.distributed_database.models.DistributedAutonomousDbBackupConfig(**kwargs)¶ Bases:
objectBackup options for the Distributed Autonomous Database.
Methods
__init__(**kwargs)Initializes a new DistributedAutonomousDbBackupConfig object with values from keyword arguments. Attributes
backup_destination_detailsGets the backup_destination_details of this DistributedAutonomousDbBackupConfig. recovery_window_in_daysGets the recovery_window_in_days of this DistributedAutonomousDbBackupConfig. -
__init__(**kwargs)¶ Initializes a new DistributedAutonomousDbBackupConfig 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.distributed_database.models.DistributedAutonomousDbBackupDestination]) – The value to assign to the backup_destination_details property of this DistributedAutonomousDbBackupConfig.
- recovery_window_in_days (int) – The value to assign to the recovery_window_in_days property of this DistributedAutonomousDbBackupConfig.
-
backup_destination_details¶ Gets the backup_destination_details of this DistributedAutonomousDbBackupConfig. Backup destination details.
Returns: The backup_destination_details of this DistributedAutonomousDbBackupConfig. Return type: list[oci.distributed_database.models.DistributedAutonomousDbBackupDestination]
-
recovery_window_in_days¶ Gets the recovery_window_in_days of this DistributedAutonomousDbBackupConfig. Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. 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 DistributedAutonomousDbBackupConfig. Return type: int
-