RestoreParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The RestoreParameters if volume is created from a snapshot or backup.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
source_snapshot |
str
Full name of the snapshot resource. Format: projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot} This field is a member of oneof _ source .
|
source_backup |
str
Full name of the backup resource. Format: projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id} This field is a member of oneof _ source .
|