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

InterconnectDiagnostics

import type { InterconnectDiagnostics } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.

interface InterconnectDiagnostics {
bundleAggregationType?: "BUNDLE_AGGREGATION_TYPE_LACP" | "BUNDLE_AGGREGATION_TYPE_STATIC";
bundleOperationalStatus?: "BUNDLE_OPERATIONAL_STATUS_DOWN" | "BUNDLE_OPERATIONAL_STATUS_UP";
macAddress?: string;
}

§Properties

§

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

§
bundleAggregationType?: "BUNDLE_AGGREGATION_TYPE_LACP" | "BUNDLE_AGGREGATION_TYPE_STATIC"
[src]

The aggregation type of the bundle interface.

§
bundleOperationalStatus?: "BUNDLE_OPERATIONAL_STATUS_DOWN" | "BUNDLE_OPERATIONAL_STATUS_UP"
[src]

The operational status of the bundle interface.

§
macAddress?: string
[src]

The MAC address of the Interconnect's bundle interface.