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

MachineNetworkDetails

import type { MachineNetworkDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Details of network adapters and settings.

interface MachineNetworkDetails {
adapters?: NetworkAdapterList;
primaryIpAddress?: string;
primaryMacAddress?: string;
publicIpAddress?: string;
}

§Properties

§

List of network adapters.

§
primaryIpAddress?: string
[src]

The primary IP address of the machine.

§
primaryMacAddress?: string
[src]

MAC address of the machine. This property is used to uniqly identify the machine.

§
publicIpAddress?: string
[src]

The public IP address of the machine.