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

RuntimeHost

import type { RuntimeHost } from "https://googleapis.deno.dev/v1/workstations:v1.ts";

Runtime host for the workstation.

interface RuntimeHost {
gceInstanceHost?: GceInstanceHost;
}

§Properties

§
gceInstanceHost?: GceInstanceHost
[src]

Specifies a Compute Engine instance as the host.