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

NetworkPayload

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

The network configuration for a device.

interface NetworkPayload {
Ethernet0?: EthernetPayload | null;
Ethernet1?: EthernetPayload | null;
}

§Properties

§
Ethernet0?: EthernetPayload | null
[src]

Settings for Ethernet port 0.

§
Ethernet1?: EthernetPayload | null
[src]

Settings for Ethernet port 1.