mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
This cause the docs to not get generated correctly Signed-off-by: John Crispin <john@phrozen.org>
65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
description:
|
|
List of pass sections for SNMP.
|
|
type: object
|
|
properties:
|
|
public_v1:
|
|
type: object
|
|
properties:
|
|
group:
|
|
type: string
|
|
description:
|
|
Group name.
|
|
secname:
|
|
description:
|
|
Related security name.
|
|
type: string
|
|
version:
|
|
description:
|
|
SNMP version.
|
|
type: string
|
|
private_v1:
|
|
type: object
|
|
properties:
|
|
group:
|
|
type: string
|
|
description:
|
|
Group name.
|
|
secname:
|
|
description:
|
|
Related security name.
|
|
type: string
|
|
version:
|
|
description:
|
|
SNMP version.
|
|
type: string
|
|
private_v2c:
|
|
type: object
|
|
properties:
|
|
group:
|
|
type: string
|
|
description:
|
|
Group name.
|
|
secname:
|
|
description:
|
|
Related security name.
|
|
type: string
|
|
version:
|
|
description:
|
|
SNMP version.
|
|
type: string
|
|
public_v2c:
|
|
type: object
|
|
properties:
|
|
group:
|
|
type: string
|
|
description:
|
|
Group name.
|
|
secname:
|
|
description:
|
|
Related security name.
|
|
type: string
|
|
version:
|
|
description:
|
|
SNMP version.
|
|
type: string
|