public sealed class BackupDrPlanConfig : IMessage<BackupDrPlanConfig>, IEquatable<BackupDrPlanConfig>, IDeepCloneable<BackupDrPlanConfig>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class BackupDrPlanConfig.
BackupDrPlanConfig has additional information about Google Cloud Backup and DR's Plan backup configuration.
Implements
IMessageBackupDrPlanConfig, IEquatableBackupDrPlanConfig, IDeepCloneableBackupDrPlanConfig, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
BackupDrPlanConfig()
public BackupDrPlanConfig()BackupDrPlanConfig(BackupDrPlanConfig)
public BackupDrPlanConfig(BackupDrPlanConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupDrPlanConfig |
Properties
BackupDrPlanRules
public RepeatedField<BackupDrPlanRule> BackupDrPlanRules { get; }Backup rules of the backup plan resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBackupDrPlanRule |
|