mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 01:02:20 +00:00
18 lines
361 B
YAML
18 lines
361 B
YAML
description:
|
|
This Object defines the properties of a PPPoE uplink.
|
|
type: object
|
|
properties:
|
|
protocol:
|
|
description:
|
|
This uplink uses PPPoE
|
|
type: string
|
|
const: pppoe
|
|
user-name:
|
|
description:
|
|
The username used to authenticate.
|
|
type: string
|
|
password:
|
|
description:
|
|
The password used to authenticate.
|
|
type: string
|