HardwareInventoryNetworkInterface interface
HardwareInventoryNetworkInterface represents the network interface details as part of a hardware inventory.
Properties
| link |
The current status of the link. |
| mac |
The MAC address associated with this interface. |
| name | The name of the interface. |
| network |
The resource ID of the network interface for the port on the switch that this machine's interface is connected to. |
Property Details
linkStatus
The current status of the link.
linkStatus?: string
Property Value
string
macAddress
The MAC address associated with this interface.
macAddress?: string
Property Value
string
name
The name of the interface.
name?: string
Property Value
string
networkInterfaceId
The resource ID of the network interface for the port on the switch that this machine's interface is connected to.
networkInterfaceId?: string
Property Value
string