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?: {};
}[key: string]: WireGroupEndpointInterconnect;
§Properties
§
interconnects?: {}
[src][key: string]: WireGroupEndpointInterconnect;
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.