Class: Google::Cloud::NetApp::V1::HourlySchedule

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 every hour e.g. at 04:00, 05:00, 06:00.

Instance Attribute Summary collapse

Instance Attribute Details

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



391
392
393
394
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 391

class HourlySchedule
  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



391
392
393
394
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 391

class HourlySchedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end