ContinuousBackupConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
enabled |
bool
Whether ContinuousBackup is enabled. This field is a member of oneof _ _enabled .
|
recovery_window_days |
int
The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days. |
encryption_config |
google.cloud.alloydb_v1beta.types.EncryptionConfig
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. |