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

EthernetStatus

import type { EthernetStatus } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

A device's Ethernet status.

interface EthernetStatus {
ConnectionStatus?: NetworkConnectionStatus | null;
HwAddress?: string | null;
IpAddress?: string | null;
}

§Properties

§
ConnectionStatus?: NetworkConnectionStatus | null
[src]

The device's connection status.

§
HwAddress?: string | null
[src]

The device's physical address.

§
IpAddress?: string | null
[src]

The device's IP address.