InterconnectGroupPhysicalStructure
import type { InterconnectGroupPhysicalStructure } from "https://googleapis.deno.dev/v1/compute:v1.ts";
[Output Only] An analysis of the physical layout of Interconnects in this group. Every Interconnect in the group is shown once in this structure.
interface InterconnectGroupPhysicalStructure {
metros?: InterconnectGroupPhysicalStructureMetros[];
}