InterconnectAttachmentGroupLogicalStructureRegionMetro
import type { InterconnectAttachmentGroupLogicalStructureRegionMetro } from "https://googleapis.deno.dev/v1/compute:v1.ts";
[Output Only] The metros of Attachments in this group in this region.
interface InterconnectAttachmentGroupLogicalStructureRegionMetro {
facilities?: InterconnectAttachmentGroupLogicalStructureRegionMetroFacility[];
metro?: string;
}