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

@ -28,12 +28,15 @@ options:
controller:
description:
- IP address or hostname of the controller. The default value is the environment variable C(AVI_CONTROLLER).
default: ''
username:
description:
- Username used for accessing Avi controller. The default value is the environment variable C(AVI_USERNAME).
default: ''
password:
description:
- Password of Avi user in Avi controller. The default value is the environment variable C(AVI_PASSWORD).
default: ''
tenant:
description:
- Name of tenant used for all Avi API calls and context of object.
@ -45,6 +48,7 @@ options:
api_version:
description:
- Avi API version of to use for Avi API and objects.
default: "16.4.4"
avi_credentials:
description:
- Avi Credentials dictionary which can be used in lieu of enumerating Avi Controller login details.