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

ComputeInstance

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

Details about a Compute Engine instance.

interface ComputeInstance {
readonly instance?: string;
}

§Properties

§
readonly instance?: string
[src]

Output only. Name of the VM instance, in the format projects/{project}/zones/{zone}/instances/{instance}.