Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VmImage

import type { VmImage } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";

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

interface VmImage {
family?: string;
name?: string;
project?: string;
}

§Properties

§
family?: string
[src]

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

§
name?: string
[src]

Optional. Use VM image name to find the image.

§
project?: string
[src]

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