AutomatedBackupConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The automated backup config for a cluster.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
fixed_frequency_schedule |
google.cloud.redis_cluster_v1beta1.types.AutomatedBackupConfig.FixedFrequencySchedule
Optional. Trigger automated backups at a fixed frequency. This field is a member of oneof _ schedule .
|
automated_backup_mode |
google.cloud.redis_cluster_v1beta1.types.AutomatedBackupConfig.AutomatedBackupMode
Optional. The automated backup mode. If the mode is disabled, the other fields will be ignored. |
retention |
google.protobuf.duration_pb2.Duration
Optional. How long to keep automated backups before the backups are deleted. The value should be between 1 day and 365 days. If not specified, the default value is 35 days. This field is a member of oneof _ _retention .
|
Classes
AutomatedBackupMode
AutomatedBackupMode(value)
The automated backup mode.
FixedFrequencySchedule
FixedFrequencySchedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)
This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields