Show / Hide Table of Contents

Class SnapshotPolicy

Snapshot Policy for a volume.

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

Properties

DailySchedule

Daily schedule policy.

Declaration
[JsonProperty("dailySchedule")]
public virtual DailySchedule DailySchedule { get; set; }
Property Value
Type Description
DailySchedule

ETag

The ETag of the item.

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

Enabled

If enabled, make snapshots automatically according to the schedules. Default is false.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

HourlySchedule

Hourly schedule policy.

Declaration
[JsonProperty("hourlySchedule")]
public virtual HourlySchedule HourlySchedule { get; set; }
Property Value
Type Description
HourlySchedule

MonthlySchedule

Monthly schedule policy.

Declaration
[JsonProperty("monthlySchedule")]
public virtual MonthlySchedule MonthlySchedule { get; set; }
Property Value
Type Description
MonthlySchedule

WeeklySchedule

Weekly schedule policy.

Declaration
[JsonProperty("weeklySchedule")]
public virtual WeeklySchedule WeeklySchedule { get; set; }
Property Value
Type Description
WeeklySchedule

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX