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

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

§Properties

§
availabilitySla?: "AVAILABILITY_SLA_UNSPECIFIED" | "NO_SLA" | "PRODUCTION_CRITICAL" | "PRODUCTION_NON_CRITICAL"
[src]