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;
}import type { GceInstanceHost } from "https://googleapis.deno.dev/v1/workstations:v1.ts";
The Compute Engine instance host.