Package version:

Describes a network interface.

interface NetworkInterface {
    ipAddresses?: IpAddress[];
}

Properties

Properties

ipAddresses?: IpAddress[]

The list of IP addresses in this interface.