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

Host

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

Runtime host for a workstation.

interface Host {
gceInstance?: GceInstance;
}

§Properties

§
gceInstance?: GceInstance
[src]

Specifies a Compute Engine instance as the host.