ChangeDistributedAutonomousDbBackupConfigDetails

class oci.distributed_database.models.ChangeDistributedAutonomousDbBackupConfigDetails(**kwargs)

Bases: object

Details of the DbBackupConfig to be updated for the Globally distributed autonomous database.

Methods

__init__(**kwargs) Initializes a new ChangeDistributedAutonomousDbBackupConfigDetails object with values from keyword arguments.

Attributes

db_backup_config [Required] Gets the db_backup_config of this ChangeDistributedAutonomousDbBackupConfigDetails.
__init__(**kwargs)

Initializes a new ChangeDistributedAutonomousDbBackupConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:db_backup_config (oci.distributed_database.models.DistributedAutonomousDbBackupConfig) – The value to assign to the db_backup_config property of this ChangeDistributedAutonomousDbBackupConfigDetails.
db_backup_config

[Required] Gets the db_backup_config of this ChangeDistributedAutonomousDbBackupConfigDetails.

Returns:The db_backup_config of this ChangeDistributedAutonomousDbBackupConfigDetails.
Return type:oci.distributed_database.models.DistributedAutonomousDbBackupConfig