Class: Google::Cloud::NetApp::V1::SnapshotPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/volume.rb

Overview

Snapshot Policy for a volume.

Instance Attribute Summary collapse

Instance Attribute Details

#daily_schedule::Google::Cloud::NetApp::V1::DailySchedule

Returns Daily schedule policy.

Returns:



378
379
380
381
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 378

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

#enabled::Boolean

Returns If enabled, make snapshots automatically according to the schedules. Default is false.

Returns:

  • (::Boolean)

    If enabled, make snapshots automatically according to the schedules. Default is false.



378
379
380
381
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 378

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

#hourly_schedule::Google::Cloud::NetApp::V1::HourlySchedule

Returns Hourly schedule policy.

Returns:



378
379
380
381
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 378

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

#monthly_schedule::Google::Cloud::NetApp::V1::MonthlySchedule

Returns Monthly schedule policy.

Returns:



378
379
380
381
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 378

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

#weekly_schedule::Google::Cloud::NetApp::V1::WeeklySchedule

Returns Weekly schedule policy.

Returns:



378
379
380
381
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 378

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