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

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 adminEnabled?: boolean
[src]

Output only. Whether the Interconnect is enabled.

§
readonly diagnostics?: InterconnectDiagnostics
[src]

Output only. The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.

§
readonly interconnect?: string
[src]

Output only. The URL of the Interconnect being described.

§
readonly isActive?: "ACTIVE" | "INACTIVE" | "IS_ACTIVE_UNSPECIFIED"
[src]

Output only. Whether this interconnect is participating in the redundant configuration.