Class ChangeDistributedDbBackupConfigDetails
Details of the DbBackupConfig to be updated for the Globally distreibuted database.
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class ChangeDistributedDbBackupConfigDetailsProperties
DbBackupConfig
Declaration
[Required(ErrorMessage = "DbBackupConfig is required.")]
[JsonProperty(PropertyName = "dbBackupConfig")]
public DistributedDbBackupConfig DbBackupConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| DistributedDbBackupConfig | 
Remarks
Required