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

InterconnectGroupConfiguredTopologyCapability

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

[Output Only] How reliable this topology is configured to be, and why this group does or does not meet the requirements for the intended capability.

interface InterconnectGroupConfiguredTopologyCapability {
supportedSla?:
| "NO_SLA"
| "PRODUCTION_CRITICAL"
| "PRODUCTION_NON_CRITICAL"
| "UNSPECIFIED";
}

§Properties

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