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

InterconnectAttachmentGroupConfiguredAvailabilitySLA

import type { InterconnectAttachmentGroupConfiguredAvailabilitySLA } from "https://googleapis.deno.dev/v1/compute:v1.ts";

[Output Only] Which SLA this group is configured to support, and why this group does or does not meet that SLA's requirements.

interface InterconnectAttachmentGroupConfiguredAvailabilitySLA {
effectiveSla?:
| "EFFECTIVE_SLA_UNSPECIFIED"
| "NO_SLA"
| "PRODUCTION_CRITICAL"
| "PRODUCTION_NON_CRITICAL";
}

§Properties

§
effectiveSla?: "EFFECTIVE_SLA_UNSPECIFIED" | "NO_SLA" | "PRODUCTION_CRITICAL" | "PRODUCTION_NON_CRITICAL"
[src]