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

NetworkInfo

import type { NetworkInfo } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";

Information about the server's network for which the assessment was run.

interface NetworkInfo {
interfaceName: string;
ipAddress: string;
macAddress: string;
netMask: string;
}

§Properties

§
interfaceName: string
[src]

Information about the name of the interface of the server for which the assessment was run.

§
ipAddress: string
[src]

Information about the IP address of the server for which the assessment was run.

§
macAddress: string
[src]

Information about the MAC address of the server for which the assessment was run.

§
netMask: string
[src]

Information about the subnet mask of the server for which the assessment was run.