Volume(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Carries information about storage that can be attached to a VM.
Specify either [Volume
][google.cloud.lifesciences.v2beta.Volume]
or [Disk
][google.cloud.lifesciences.v2beta.Disk], but not both.
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 |
volume |
str
A user-supplied name for the volume. Used when mounting the volume into [ Actions ][google.cloud.lifesciences.v2beta.Action]. The
name must contain only upper and lowercase alphanumeric
characters and hyphens and cannot start with a hyphen.
|
persistent_disk |
google.cloud.lifesciences_v2beta.types.PersistentDisk
Configuration for a persistent disk. This field is a member of oneof _ storage .
|
existing_disk |
google.cloud.lifesciences_v2beta.types.ExistingDisk
Configuration for a existing disk. This field is a member of oneof _ storage .
|
nfs_mount |
google.cloud.lifesciences_v2beta.types.NFSMount
Configuration for an NFS mount. This field is a member of oneof _ storage .
|