Class: Google::Cloud::AlloyDB::V1alpha::AutomatedBackupPolicy::QuantityBasedRetention

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

A quantity based policy specifies that a certain number of the most recent successful backups should be retained.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns The number of backups to retain.

Returns:

  • (::Integer)

    The number of backups to retain.



235
236
237
238
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 235

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