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

EthernetPayload

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

A device's network configuration.

interface EthernetPayload {
ConnectionType: ConnectionType;
StaticIpConnectionInfo?: StaticIpConnectionInfo | null;
}

§Properties

§
ConnectionType: ConnectionType
[src]

How the device gets an IP address.

§
StaticIpConnectionInfo?: StaticIpConnectionInfo | null
[src]

Network configuration for a static IP connection.