NicResponse

data class NicResponse(val lldpNeighbor: LldpNeighborResponse, val macAddress: String, val name: String)

Constructors

Link copied to clipboard
constructor(lldpNeighbor: LldpNeighborResponse, macAddress: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The information about the device connected to this NIC.

Link copied to clipboard

The MAC address associated with this NIC.

Link copied to clipboard

The name of the NIC/interface.