Class Volume (0.3.0)

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.

Attributes

NameDescription
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.
existing_disk google.cloud.lifesciences_v2beta.types.ExistingDisk
Configuration for a existing disk.
nfs_mount google.cloud.lifesciences_v2beta.types.NFSMount
Configuration for an NFS mount.