NetApp V1 API - Class Google::Cloud::NetApp::V1::WeeklySchedule (v0.5.1)

Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::WeeklySchedule.

Make a snapshot every week e.g. at Monday 04:00, Wednesday 05:20, Sunday 23:50

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#day

def day() -> ::String
Returns
  • (::String) — Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'.

#day=

def day=(value) -> ::String
Parameter
  • value (::String) — Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'.
Returns
  • (::String) — Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'.

#hour

def hour() -> ::Float
Returns
  • (::Float) — Set the hour to start the snapshot (0-23), defaults to midnight (0).

#hour=

def hour=(value) -> ::Float
Parameter
  • value (::Float) — Set the hour to start the snapshot (0-23), defaults to midnight (0).
Returns
  • (::Float) — Set the hour to start the snapshot (0-23), defaults to midnight (0).

#minute

def minute() -> ::Float
Returns
  • (::Float) — Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).

#minute=

def minute=(value) -> ::Float
Parameter
  • value (::Float) — Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
Returns
  • (::Float) — Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).

#snapshots_to_keep

def snapshots_to_keep() -> ::Float
Returns
  • (::Float) — The maximum number of Snapshots to keep for the hourly schedule

#snapshots_to_keep=

def snapshots_to_keep=(value) -> ::Float
Parameter
  • value (::Float) — The maximum number of Snapshots to keep for the hourly schedule
Returns
  • (::Float) — The maximum number of Snapshots to keep for the hourly schedule