Class MonthlySchedule
Make a snapshot once a month e.g. at 2nd 04:00, 7th 05:20, 24th 23:50
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class MonthlySchedule : IDirectResponseSchema
Properties
DaysOfMonth
Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.
Declaration
[JsonProperty("daysOfMonth")]
public virtual string DaysOfMonth { 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 |
Hour
Set the hour to start the snapshot (0-23), defaults to midnight (0).
Declaration
[JsonProperty("hour")]
public virtual double? Hour { get; set; }
Property Value
Type | Description |
---|---|
double? |
Minute
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
Declaration
[JsonProperty("minute")]
public virtual double? Minute { get; set; }
Property Value
Type | Description |
---|---|
double? |
SnapshotsToKeep
The maximum number of Snapshots to keep for the hourly schedule
Declaration
[JsonProperty("snapshotsToKeep")]
public virtual double? SnapshotsToKeep { get; set; }
Property Value
Type | Description |
---|---|
double? |