Fields

@:optionaloptionalscopeid:Null<Int>

The numeric IPv6 scope ID (only specified when family is IPv6)

netmask:String

The IPv4 or IPv6 network mask.

mac:String

The MAC address of the network interface.

internal:Bool

True if the network interface is a loopback or similar interface that is not remotely accessible; otherwise false

family:SocketAdressFamily

IP address family (either IPv4 or IPv6).

cidr:Null<String>

The assigned IPv4 or IPv6 address with the routing prefix in CIDR notation. If the netmask is invalid, this property is set to null.

address:String

The assigned IPv4 or IPv6 address.