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

NetworkStatus

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

The network status of a device.

interface NetworkStatus {
Ethernet0Status?: EthernetStatus | null;
Ethernet1Status?: EthernetStatus | null;
}

§Properties

§
Ethernet0Status?: EthernetStatus | null
[src]

The status of Ethernet port 0.

§
Ethernet1Status?: EthernetStatus | null
[src]

The status of Ethernet port 1.