BackupConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
BackupConfig contains backup related config on a volume.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
backup_policies |
MutableSequence[str]
Optional. When specified, schedule backups will be created based on the policy configuration. |
backup_vault |
str
Optional. Name of backup vault. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id} |
scheduled_backup_enabled |
bool
Optional. When set to true, scheduled backup is enabled on the volume. This field should be nil when there's no backup policy attached. This field is a member of oneof _ _scheduled_backup_enabled .
|
backup_chain_bytes |
int
Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size). This field is a member of oneof _ _backup_chain_bytes .
|