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

InterconnectDiagnosticsARPEntry

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

Describing the ARP neighbor entries seen on this link

interface InterconnectDiagnosticsARPEntry {
ipAddress?: string;
macAddress?: string;
}

§Properties

§
ipAddress?: string
[src]

The IP address of this ARP neighbor.

§
macAddress?: string
[src]

The MAC address of this ARP neighbor.