Class: Google::Cloud::AlloyDB::V1alpha::AutomatedBackupPolicy::TimeBasedRetention
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::AutomatedBackupPolicy::TimeBasedRetention
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
A time based retention policy specifies that all backups within a certain time period should be retained.
Instance Attribute Summary collapse
-
#retention_period ⇒ ::Google::Protobuf::Duration
The retention period.
Instance Attribute Details
#retention_period ⇒ ::Google::Protobuf::Duration
Returns The retention period.
225 226 227 228 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 225 class TimeBasedRetention include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |