InterconnectGroupIntent
import type { InterconnectGroupIntent } from "https://googleapis.deno.dev/v1/compute:v1.ts";
The user's intent for this group. This is the only required field besides the name that must be specified on group creation.
interface InterconnectGroupIntent {
topologyCapability?:
} | "NO_SLA"
| "PRODUCTION_CRITICAL"
| "PRODUCTION_NON_CRITICAL"
| "UNSPECIFIED";