LldpNeighborResponse

data class LldpNeighborResponse(val portDescription: String, val portName: String, val systemDescription: String, val systemName: String)

Constructors

Link copied to clipboard
constructor(portDescription: String, portName: String, systemDescription: String, systemName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The descriptive information about the port on the connected device.

Link copied to clipboard

The system-assigned name of the port on the connected device.

Link copied to clipboard

The descriptive information about the connected device.

Link copied to clipboard

The system-assigned name of the connected device.