Class: Google::Cloud::Bigtable::Admin::V2::Table::AutomatedBackupPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::Table::AutomatedBackupPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/table.rb
Overview
Defines an automated backup policy for a table
Instance Attribute Summary collapse
-
#frequency ⇒ ::Google::Protobuf::Duration
Required.
-
#retention_period ⇒ ::Google::Protobuf::Duration
Required.
Instance Attribute Details
#frequency ⇒ ::Google::Protobuf::Duration
Returns Required. How frequently automated backups should occur. The only supported value at this time is 24 hours.
156 157 158 159 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 156 class AutomatedBackupPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#retention_period ⇒ ::Google::Protobuf::Duration
Returns Required. How long the automated backups should be retained. The only supported value at this time is 3 days.
156 157 158 159 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 156 class AutomatedBackupPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |