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

WireGroupEndpoint

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

A logical endpoint for the wire group. An endpoint represents a metro that contains redundant Interconnect connections. A wire group is created between two endpoints.

interface WireGroupEndpoint {
interconnects?: {};
}

§Properties

§
interconnects?: {}
[src]

A map that contains the redundant Interconnect connections. Specify key-value pairs for the map as follows: - Key: an RFC1035 user-specified label. - Value: an Interconnect object.