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 {
adminEnabled?: boolean;
interconnect?: string;
isActive?: "ACTIVE" | "INACTIVE" | "IS_ACTIVE_UNSPECIFIED";
}

§Properties

§
adminEnabled?: boolean
[src]

Whether the Interconnect is enabled.

§

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

§
interconnect?: string
[src]

The URL of the Interconnect being described.

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

Whether this interconnect is participating in the redundant configuration.