Class: Google::Cloud::AlloyDB::V1alpha::AutomatedBackupPolicy::QuantityBasedRetention
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::AutomatedBackupPolicy::QuantityBasedRetention
- 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
-
#count ⇒ ::Integer
The number of backups to retain.
Instance Attribute Details
#count ⇒ ::Integer
Returns 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 |