Updated the documentation of modules to match argspec including the type setting for bool parameters (#36821)

This commit is contained in:
Gaurav Rastogi 2018-02-28 06:38:03 -08:00 committed by John R Barker
commit 60e39b9718
38 changed files with 176 additions and 137 deletions

View file

@ -53,6 +53,7 @@ options:
description:
- Name of the dns policy.
- Field introduced in 17.1.1.
required: true
rule:
description:
- Dns rules.
@ -106,7 +107,7 @@ def main():
avi_api_patch_op=dict(choices=['add', 'replace', 'delete']),
created_by=dict(type='str',),
description=dict(type='str',),
name=dict(type='str',),
name=dict(type='str', required=True),
rule=dict(type='list',),
tenant_ref=dict(type='str',),
url=dict(type='str',),