Class: Google::Cloud::NetApp::V1::MonthlySchedule
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::MonthlySchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/volume.rb
Overview
Make a snapshot once a month e.g. at 2nd 04:00, 7th 05:20, 24th 23:50
Instance Attribute Summary collapse
-
#days_of_month ⇒ ::String
Set the day or days of the month to make a snapshot (1-31).
-
#hour ⇒ ::Float
Set the hour to start the snapshot (0-23), defaults to midnight (0).
-
#minute ⇒ ::Float
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
-
#snapshots_to_keep ⇒ ::Float
The maximum number of Snapshots to keep for the hourly schedule.
Instance Attribute Details
#days_of_month ⇒ ::String
Returns Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.
448 449 450 451 |
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 448 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hour ⇒ ::Float
Returns Set the hour to start the snapshot (0-23), defaults to midnight (0).
448 449 450 451 |
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 448 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minute ⇒ ::Float
Returns Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
448 449 450 451 |
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 448 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshots_to_keep ⇒ ::Float
Returns The maximum number of Snapshots to keep for the hourly schedule.
448 449 450 451 |
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 448 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |