Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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";
}

§Properties

§
topologyCapability?: "NO_SLA" | "PRODUCTION_CRITICAL" | "PRODUCTION_NON_CRITICAL" | "UNSPECIFIED"
[src]