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 {
intendedCapabilityBlockers?: InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers[];
supportedSla?:
} | "NO_SLA"
| "PRODUCTION_CRITICAL"
| "PRODUCTION_NON_CRITICAL"
| "UNSPECIFIED";