public sealed class HourlySchedule : IMessage<HourlySchedule>, IEquatable<HourlySchedule>, IDeepCloneable<HourlySchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class HourlySchedule.
Make a snapshot every hour e.g. at 04:00, 05:00, 06:00.
Implements
IMessageHourlySchedule, IEquatableHourlySchedule, IDeepCloneableHourlySchedule, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
HourlySchedule()
public HourlySchedule()
HourlySchedule(HourlySchedule)
public HourlySchedule(HourlySchedule other)
Parameter | |
---|---|
Name | Description |
other |
HourlySchedule |
Properties
HasMinute
public bool HasMinute { get; }
Gets whether the "minute" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSnapshotsToKeep
public bool HasSnapshotsToKeep { get; }
Gets whether the "snapshots_to_keep" field is set
Property Value | |
---|---|
Type | Description |
bool |
Minute
public double Minute { get; set; }
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
Property Value | |
---|---|
Type | Description |
double |
SnapshotsToKeep
public double SnapshotsToKeep { get; set; }
The maximum number of Snapshots to keep for the hourly schedule
Property Value | |
---|---|
Type | Description |
double |