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

GceInstanceHost

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

The Compute Engine instance host.

interface GceInstanceHost {
readonly id?: string;
readonly name?: string;
readonly zone?: string;
}

§Properties

§
readonly id?: string
[src]

Optional. Output only. The ID of the Compute Engine instance.

§
readonly name?: string
[src]

Optional. Output only. The name of the Compute Engine instance.

§
readonly zone?: string
[src]

Optional. Output only. The zone of the Compute Engine instance.