Class: Google::Cloud::NetApp::V1::DailySchedule

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 day e.g. at 04:00, 05:20, 23:50

Instance Attribute Summary collapse

Instance Attribute Details

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



407
408
409
410
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 407

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



407
408
409
410
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 407

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



407
408
409
410
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 407

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