Show / Hide Table of Contents

Class RuleConfigInfo

Message for rules config info.

Inheritance
object
RuleConfigInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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. 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. Backup Rule id fetched from backup plan.

Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX