Database Center v1beta API - Class BackupDRConfig (1.0.0-beta03)

public sealed class BackupDRConfig : IMessage<BackupDRConfig>, IEquatable<BackupDRConfig>, IDeepCloneable<BackupDRConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class BackupDRConfig.

BackupDRConfig to capture the backup and disaster recovery details of database resource.

Inheritance

object > BackupDRConfig

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

BackupDRConfig()

public BackupDRConfig()

BackupDRConfig(BackupDRConfig)

public BackupDRConfig(BackupDRConfig other)
Parameter
Name Description
other BackupDRConfig

Properties

BackupdrManaged

public bool BackupdrManaged { get; set; }

Indicates if the resource is managed by BackupDR.

Property Value
Type Description
bool

HasBackupdrManaged

public bool HasBackupdrManaged { get; }

Gets whether the "backupdr_managed" field is set

Property Value
Type Description
bool