Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -197,52 +197,52 @@ RETURN = r'''
community:
description: The new community value.
returned: changed
type: string
type: str
sample: community1
oid:
description: The new OID value.
returned: changed
type: string
type: str
sample: .1
ip_version:
description: The new IP version value.
returned: changed
type: string
type: str
sample: .1
snmp_auth_protocol:
description: The new SNMP auth protocol.
returned: changed
type: string
type: str
sample: sha
snmp_privacy_protocol:
description: The new SNMP privacy protocol.
returned: changed
type: string
type: str
sample: aes
access:
description: The new access level for the MIB.
returned: changed
type: string
type: str
sample: ro
source:
description: The new source address to access the MIB.
returned: changed
type: string
type: str
sample: 1.1.1.1
snmp_username:
description: The new SNMP username.
returned: changed
type: string
type: str
sample: user1
snmp_auth_password:
description: The new password of the given snmp_username.
returned: changed
type: string
type: str
sample: secret1
snmp_privacy_password:
description: The new password of the given snmp_username.
returned: changed
type: string
type: str
sample: secret2
'''