Show / Hide Table of Contents

Class ChangeDistributedAutonomousDbBackupConfigDetails

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

Inheritance
object
ChangeDistributedAutonomousDbBackupConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top