Class BackupConfig (0.3.9)

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

NameDescription
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.