Class: Google::Cloud::AlloyDB::V1::ContinuousBackupConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::ContinuousBackupConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/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::V1::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 backups and logs will be retained, which determines the window of time that data is recoverable for.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether ContinuousBackup is enabled.
266 267 268 269 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 266 class ContinuousBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encryption_config ⇒ ::Google::Cloud::AlloyDB::V1::EncryptionConfig
Returns The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
266 267 268 269 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 266 class ContinuousBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recovery_window_days ⇒ ::Integer
Returns The number of days backups and logs will be retained, which determines the window of time that data is recoverable for. If not set, it defaults to 14 days.
266 267 268 269 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 266 class ContinuousBackupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |