WireEndpoint
import type { WireEndpoint } from "https://googleapis.deno.dev/v1/compute:v1.ts";Wire endpoints are specific Interconnect connections.
interface WireEndpoint {
readonly interconnect?: string;
readonly vlanTag?: number;
}import type { WireEndpoint } from "https://googleapis.deno.dev/v1/compute:v1.ts";Wire endpoints are specific Interconnect connections.