Class: Google::Cloud::NetApp::V1::MonthlySchedule

Inherits:
Object
  • Object
show all
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

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'.

Returns:

  • (::String)

    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).

Returns:

  • (::Float)

    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).

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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