public sealed class BackupDRConfig : IMessage<BackupDRConfig>, IEquatable<BackupDRConfig>, IDeepCloneable<BackupDRConfig>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class BackupDRConfig.
BackupDRConfig to capture the backup and disaster recovery details of database resource.
Implements
IMessageBackupDRConfig, IEquatableBackupDRConfig, IDeepCloneableBackupDRConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
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 |
|