Class SnapshotPolicy
Snapshot Policy for a volume.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.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 |