NetworkInterface interface
Describes a network interface.
Properties
| id | Represents the ID of the network interface. |
| ip |
The list of IP addresses in this interface. |
| mac |
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
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