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>
39 lines
869 B
YAML
39 lines
869 B
YAML
description:
|
|
Map an SNMPv1 or SNMPv2c community string to a security name..
|
|
type: object
|
|
properties:
|
|
public:
|
|
description:
|
|
Public com2sec.
|
|
type: object
|
|
properties:
|
|
community:
|
|
description:
|
|
Community name.
|
|
type: string
|
|
secname:
|
|
description:
|
|
Security name.
|
|
type: string
|
|
source:
|
|
description:
|
|
A restricted source can either be a specific hostname or a subnet.
|
|
type: string
|
|
private:
|
|
description:
|
|
Private com2sec.
|
|
type: object
|
|
properties:
|
|
community:
|
|
description:
|
|
Community name.
|
|
type: string
|
|
secname:
|
|
description:
|
|
Security name.
|
|
type: string
|
|
source:
|
|
description:
|
|
A restricted source can either be a specific hostname or a subnet.
|
|
type: string
|