ChangeDistributedDbBackupConfigDetails¶
-
class
oci.distributed_database.models.
ChangeDistributedDbBackupConfigDetails
(**kwargs)¶ Bases:
object
Details of the DbBackupConfig to be updated for the Globally distreibuted database.
Methods
__init__
(**kwargs)Initializes a new ChangeDistributedDbBackupConfigDetails object with values from keyword arguments. Attributes
db_backup_config
[Required] Gets the db_backup_config of this ChangeDistributedDbBackupConfigDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeDistributedDbBackupConfigDetails 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.DistributedDbBackupConfig) – The value to assign to the db_backup_config property of this ChangeDistributedDbBackupConfigDetails.
-
db_backup_config
¶ [Required] Gets the db_backup_config of this ChangeDistributedDbBackupConfigDetails.
Returns: The db_backup_config of this ChangeDistributedDbBackupConfigDetails. Return type: oci.distributed_database.models.DistributedDbBackupConfig
-