Backup and DR Service v1 API - Class RuleConfigInfo (1.2.0)

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

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

Message for rules config info.

Inheritance

object > RuleConfigInfo

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

RuleConfigInfo()

public RuleConfigInfo()

RuleConfigInfo(RuleConfigInfo)

public RuleConfigInfo(RuleConfigInfo other)
Parameter
Name Description
other RuleConfigInfo

Properties

LastBackupError

public Status LastBackupError { get; set; }

Output only. Output Only.

google.rpc.Status object to store the last backup error.

Property Value
Type Description
Status

LastBackupState

public RuleConfigInfo.Types.LastBackupState LastBackupState { get; set; }

Output only. The last backup state for rule.

Property Value
Type Description
RuleConfigInfoTypesLastBackupState

LastSuccessfulBackupConsistencyTime

public Timestamp LastSuccessfulBackupConsistencyTime { get; set; }

Output only. The point in time when the last successful backup was captured from the source.

Property Value
Type Description
Timestamp

RuleId

public string RuleId { get; set; }

Output only. Output Only.

Backup Rule id fetched from backup plan.

Property Value
Type Description
string