Class DailySchedule
Make a snapshot every day e.g. at 04:00, 05:20, 23:50
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class DailySchedule : IDirectResponseSchema
Properties
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? |