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

InterconnectGroupPhysicalStructureMetrosFacilitiesZones

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

[Output Only] The zones that Interconnects in this facility are present in.

interface InterconnectGroupPhysicalStructureMetrosFacilitiesZones {
interconnects?: string[];
zone?: string;
}

§Properties

§
interconnects?: string[]
[src]

[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.

§
zone?: string
[src]

[Output Only] The name of the zone, either "zone1" or "zone2". This is the second component of the location of Interconnects in this facility.