Class VmImage (1.2.1)

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

Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.

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
project str
Required. The name of the Google Cloud project that this VM image belongs to. Format: projects/{project_id}
image_name str
Use VM image name to find the image. This field is a member of oneof_ image.
image_family str
Use this VM image family to find the image; the newest image in this family will be used. This field is a member of oneof_ image.