InterconnectGroupsOperationalStatusInterconnectStatus
import type { InterconnectGroupsOperationalStatusInterconnectStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";The status of one Interconnect in the group. The order is arbitrary.
interface InterconnectGroupsOperationalStatusInterconnectStatus {
readonly adminEnabled?: boolean;
readonly diagnostics?: InterconnectDiagnostics;
readonly interconnect?: string;
readonly isActive?: "ACTIVE" | "INACTIVE" | "IS_ACTIVE_UNSPECIFIED";
}§Properties
§
readonly diagnostics?: InterconnectDiagnostics
[src]Output only. The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.