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

NetworkAdapterDetails

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

Details of network adapter.

interface NetworkAdapterDetails {
adapterType?: string;
addresses?: NetworkAddressList;
macAddress?: string;
}

§Properties

§
adapterType?: string
[src]

Network adapter type (e.g. VMXNET3).

§

NetworkAddressList

§
macAddress?: string
[src]

MAC address.