Show / Hide Table of Contents

Class BackupDrPlanRule

BackupDrPlanRule has rule specific information of the backup plan resource.

Inheritance
object
BackupDrPlanRule
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 BackupDrPlanRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastSuccessfulBackupTime

object representation of LastSuccessfulBackupTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSuccessfulBackupTimeDateTimeOffset instead.")]
public virtual object LastSuccessfulBackupTime { get; set; }
Property Value
Type Description
object

LastSuccessfulBackupTimeDateTimeOffset

DateTimeOffset representation of LastSuccessfulBackupTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSuccessfulBackupTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastSuccessfulBackupTimeRaw

Output only. Timestamp of the latest successful backup created via this backup rule.

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

RuleId

Output only. Unique Id of the backup rule.

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