public sealed class BackupDrPlanRule : IMessage<BackupDrPlanRule>, IEquatable<BackupDrPlanRule>, IDeepCloneable<BackupDrPlanRule>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class BackupDrPlanRule.
BackupDrPlanRule has rule specific information of the backup plan resource.
Implements
IMessageBackupDrPlanRule, IEquatableBackupDrPlanRule, IDeepCloneableBackupDrPlanRule, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
BackupDrPlanRule()
public BackupDrPlanRule()BackupDrPlanRule(BackupDrPlanRule)
public BackupDrPlanRule(BackupDrPlanRule other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupDrPlanRule |
Properties
LastSuccessfulBackupTime
public Timestamp LastSuccessfulBackupTime { get; set; }Output only. Timestamp of the latest successful backup created via this backup rule.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
RuleId
public string RuleId { get; set; }Output only. Unique Id of the backup rule.
| Property Value | |
|---|---|
| Type | Description |
string |
|