Backup and DR Service v1 API - Class BackupDrPlanRule (2.7.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class BackupDrPlanRule.

BackupDrPlanRule has rule specific information of the backup plan resource.

Inheritance

object > BackupDrPlanRule

Namespace

Google.Cloud.BackupDR.V1

Assembly

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