Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::DailySchedule.
Make a snapshot every day e.g. at 04:00, 05:20, 23:50
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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