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

InstanceWithNamedPorts

import type { InstanceWithNamedPorts } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceWithNamedPorts {
instance?: string;
namedPorts?: NamedPort[];
status?:
| "DEPROVISIONING"
| "PROVISIONING"
| "REPAIRING"
| "RUNNING"
| "STAGING"
| "STOPPED"
| "STOPPING"
| "SUSPENDED"
| "SUSPENDING"
| "TERMINATED";
}

§Properties

§
instance?: string
[src]

[Output Only] The URL of the instance.

§
namedPorts?: NamedPort[]
[src]

[Output Only] The named ports that belong to this instance group.

§
status?: "DEPROVISIONING" | "PROVISIONING" | "REPAIRING" | "RUNNING" | "STAGING" | "STOPPED" | "STOPPING" | "SUSPENDED" | "SUSPENDING" | "TERMINATED"
[src]

[Output Only] The status of the instance.