InterconnectAttachmentGroupLogicalStructure
import type { InterconnectAttachmentGroupLogicalStructure } from "https://googleapis.deno.dev/v1/compute:v1.ts";
[Output Only] An analysis of the logical layout of Attachments in this group. Every Attachment in the group is shown once in this structure.
interface InterconnectAttachmentGroupLogicalStructure {
regions?: InterconnectAttachmentGroupLogicalStructureRegion[];
}