Hop
Represents a hop from a device to a neighboring device. If the hop is the last hop in a path, egressIface, nextDevice, and nextIface are set to null.
Fields
| name | type | nullable | description |
|---|---|---|---|
index | Integer | false | -- |
deviceName | String | false | -- |
ingressIfaceName | String | false | -- |
egressIfaceName | String | true | -- |
nextDeviceName | String | true | -- |
nextIfaceName | String | true | -- |