Class: Google::Cloud::AlloyDB::V1alpha::ContinuousBackupConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ContinuousBackupConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether ContinuousBackup is enabled.
-
#encryption_config ⇒ ::Google::Cloud::AlloyDB::V1alpha::EncryptionConfig
The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).
-
#recovery_window_days ⇒ ::Integer
The number of days that are eligible to restore from using PITR.
Instance Attribute Details
#enabled ⇒ ::Boolean
268 269 270 271 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 268 class ContinuousBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encryption_config ⇒ ::Google::Cloud::AlloyDB::V1alpha::EncryptionConfig
268 269 270 271 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 268 class ContinuousBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recovery_window_days ⇒ ::Integer
268 269 270 271 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 268 class ContinuousBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |