interface Deno.NetworkInterfaceInfo
The information for a network interface returned from a call to
Deno.networkInterfaces
.
Properties Jump to heading
Jump to headingname: string
The network interface name.
Jump to headingfamily: "IPv4" | "IPv6"
The IP protocol version.
Jump to headingaddress: string
The IP address bound to the interface.
Jump to headingnetmask: string
The netmask applied to the interface.
Jump to headingscopeid: number | null
The IPv6 scope id or null
.
Jump to headingcidr: string
The CIDR range.
Jump to headingmac: string
The MAC address.