mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
24 lines
547 B
YAML
24 lines
547 B
YAML
type: object
|
|
description:
|
|
A list of all LLDP peers that this logical interface is connected to.
|
|
properties:
|
|
carrier:
|
|
type: boolean
|
|
description:
|
|
The physical interfaces carrier state.
|
|
speed:
|
|
type: number
|
|
description:
|
|
The speed of the physical link.
|
|
duplex:
|
|
type: string
|
|
description:
|
|
The physical links duplex mode.
|
|
enum:
|
|
- full
|
|
- half
|
|
counters:
|
|
$ref: "https://ucentral.io/state/v1/interface/counter/"
|
|
delta_counters:
|
|
$ref: "https://ucentral.io/state/v1/interface/counter/"
|