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