Class: Google::Cloud::AlloyDB::V1alpha::AutomatedBackupPolicy::TimeBasedRetention

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 time based retention policy specifies that all backups within a certain time period should be retained.

Instance Attribute Summary collapse

Instance Attribute Details

#retention_period::Google::Protobuf::Duration

Returns The retention period.

Returns:



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