HardwareInventoryNetworkInterfaceResponse

data class HardwareInventoryNetworkInterfaceResponse(val linkStatus: String, val macAddress: String, val name: String, val networkInterfaceId: String)

Constructors

constructor(linkStatus: String, macAddress: String, name: String, networkInterfaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current status of the link.

Link copied to clipboard

The MAC address associated with this interface.

Link copied to clipboard

The name of the interface.

Link copied to clipboard

The resource ID of the network interface for the port on the switch that this machine's interface is connected to.