Show / Hide Table of Contents

Class BackupRuleDetail

Inheritance
object
BackupRuleDetail
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.BackupforGKE.v1.Data
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class BackupRuleDetail : IDirectResponseSchema

Properties

BackupWindow

Backup Window For Eg. “00:00 to 06:00”

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

BackupWindowTimezone

Backup Window Timezone in IANA format. For Eg. “America/Los_Angeles”

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

ETag

The ETag of the item.

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

Recurrence

Recurrence Type. For Eg. “Weekly”,” Monthly” or “Daily”.

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

RecurrenceSchedule

Recurrence Repeat Schedule. For Eg. “1st and 25th day of the month.”

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

RetentionDays

Backup Retention in Days.

Declaration
[JsonProperty("retentionDays")]
public virtual int? RetentionDays { get; set; }
Property Value
Type Description
int?

RuleName

Backup Rule Name.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX