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 {
adminEnabled?: boolean;
diagnostics?: InterconnectDiagnostics;
interconnect?: string;
isActive?: "ACTIVE" | "INACTIVE" | "IS_ACTIVE_UNSPECIFIED";
}§Properties
§
diagnostics?: InterconnectDiagnostics
[src]The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.