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.
Implements
IMessageRuleConfigInfo, IEquatableRuleConfigInfo, IDeepCloneableRuleConfigInfo, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
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 |