NetApp v1 API - Class HourlySchedule (1.3.0)

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.

Inheritance

object > HourlySchedule

Namespace

Google.Cloud.NetApp.V1

Assembly

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