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

InterconnectDiagnosticsLinkStatus

import type { InterconnectDiagnosticsLinkStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InterconnectDiagnosticsLinkStatus {
circuitId?: string;
googleDemarc?: string;
operationalStatus?: "LINK_OPERATIONAL_STATUS_DOWN" | "LINK_OPERATIONAL_STATUS_UP";
transmittingOpticalPower?: InterconnectDiagnosticsLinkOpticalPower;
}

§Properties

§

A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled

§
circuitId?: string
[src]

The unique ID for this link assigned during turn up by Google.

§
googleDemarc?: string
[src]

The Demarc address assigned by Google and provided in the LoA.

§

Describes the status of MACsec encryption on this link.

§
operationalStatus?: "LINK_OPERATIONAL_STATUS_DOWN" | "LINK_OPERATIONAL_STATUS_UP"
[src]

The operational status of the link.

§

An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.

§

An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.