Show / Hide Table of Contents

Class ChangeDistributedDbBackupConfigDetails

Details of the DbBackupConfig to be updated for the Globally distreibuted database.

Inheritance
object
ChangeDistributedDbBackupConfigDetails
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 ChangeDistributedDbBackupConfigDetails

Properties

DbBackupConfig

Declaration
[Required(ErrorMessage = "DbBackupConfig is required.")]
[JsonProperty(PropertyName = "dbBackupConfig")]
public DistributedDbBackupConfig DbBackupConfig { get; set; }
Property Value
Type Description
DistributedDbBackupConfig
Remarks

Required

In this article
Back to top