Class RestoreParameters (0.3.8)

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

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