Class RuleConfigInfo
Message for rules config info.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class RuleConfigInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastBackupError
Output only. Output Only. google.rpc.Status object to store the last backup error.
Declaration
[JsonProperty("lastBackupError")]
public virtual Status LastBackupError { get; set; }
Property Value
Type | Description |
---|---|
Status |
LastBackupState
Output only. The last backup state for rule.
Declaration
[JsonProperty("lastBackupState")]
public virtual string LastBackupState { get; set; }
Property Value
Type | Description |
---|---|
string |
LastSuccessfulBackupConsistencyTime
object representation of LastSuccessfulBackupConsistencyTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSuccessfulBackupConsistencyTimeDateTimeOffset instead.")]
public virtual object LastSuccessfulBackupConsistencyTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastSuccessfulBackupConsistencyTimeDateTimeOffset
DateTimeOffset representation of LastSuccessfulBackupConsistencyTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSuccessfulBackupConsistencyTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastSuccessfulBackupConsistencyTimeRaw
Output only. The point in time when the last successful backup was captured from the source.
Declaration
[JsonProperty("lastSuccessfulBackupConsistencyTime")]
public virtual string LastSuccessfulBackupConsistencyTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
RuleId
Output only. Output Only. Backup Rule id fetched from backup plan.
Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { get; set; }
Property Value
Type | Description |
---|---|
string |