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

InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone

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

[Output Only] The zones that Attachments in this group are present in, in the given facilities. This is inherited from their Interconnects.

interface InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone {
attachments?: string[];
zone?: string;
}

§Properties

§
attachments?: string[]
[src]

[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.

§
zone?: string
[src]

[Output Only] The name of a zone, either "zone1" or "zone2".