VmImage

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

JSON representation
{"project":string,// Union fieldimage can be only one of the following:"imageName":string,"imageFamily":string// End of list of possible types for union fieldimage.}
Fields
project

string

Required. The name of the Google Cloud project that this VM image belongs to. Format:{projectId}

Union fieldimage. The reference to an external Compute Engine VM image.image can be only one of the following:
imageName

string

Use VM image name to find the image.

imageFamily

string

Use this VM image family to find the image; the newest image in this family will be used.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-27 UTC.