Class ContinuousBackupConfig (0.1.1)

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

NameDescription
enabled bool
Whether ContinuousBackup is enabled. This field is a member of oneof_ _enabled.
recovery_window_days int
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.
encryption_config google.cloud.alloydb_v1alpha.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.