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