Class ExistingDisk (0.7.1)

ExistingDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for an existing disk to be attached to the VM.

Attribute

NameDescription
disk str
If ``disk`` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. If ``disk`` does not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the form ``zones/

Inheritance

builtins.object > proto.message.Message > ExistingDisk