InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers
import type { InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers } from "https://googleapis.deno.dev/v1/compute:v1.ts";[Output Only] Reasons why configuration.topologyCapability.sla differs from intent.topologyCapability. This list is empty if and only if those are the same.
interface InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers {
readonly blockerType?:
| "INCOMPATIBLE_METROS"
| "NOT_AVAILABLE"
| "NO_INTERCONNECTS"
| "NO_INTERCONNECTS_IN_METRO_AND_ZONE"
| "OTHER"
| "UNSPECIFIED";
readonly documentationLink?: string;
readonly explanation?: string;
readonly facilities?: string[];
readonly interconnects?: string[];
readonly metros?: string[];
readonly zones?: string[];
}§Properties
§
readonly blockerType?: "INCOMPATIBLE_METROS" | "NOT_AVAILABLE" | "NO_INTERCONNECTS" | "NO_INTERCONNECTS_IN_METRO_AND_ZONE" | "OTHER" | "UNSPECIFIED"
[src]§
readonly documentationLink?: string
[src]Output only. [Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.
§
readonly explanation?: string
[src]Output only. [Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.
§
readonly facilities?: string[]
[src]Output only. [Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
§
readonly interconnects?: string[]
[src]Output only. [Output Only] Interconnects used to explain this blocker in more detail.