NetworkInterface interface

Describes a network interface.

Properties

id

Represents the ID of the network interface.

ipAddresses

The list of IP addresses in this interface.

macAddress

Represents MAC address of the network interface.

name

Represents the name of the network interface.

Property Details

id

Represents the ID of the network interface.

id?: string

Property Value

string

ipAddresses

The list of IP addresses in this interface.

ipAddresses?: IpAddress[]

Property Value

macAddress

Represents MAC address of the network interface.

macAddress?: string

Property Value

string

name

Represents the name of the network interface.

name?: string

Property Value

string