Updated the Infoblox member module (#53747)

* Update api.py

* Update nios_member.py

* Update nios_member.py

* Update api.py

* Update api.py

* Update nios_member.py
This commit is contained in:
krisvasudevan 2019-03-14 15:44:17 +05:30 committed by Sumit Jaiswal
commit c5e5fef67e
2 changed files with 20 additions and 2 deletions

View file

@ -283,6 +283,11 @@ options:
licenses:
description:
- An array of license types.
create_token:
description:
- Flag for initiating a create token request for pre-provisioned members.
type: bool
default: False
state:
description:
- Configures the intended state of the instance of the object on
@ -464,6 +469,7 @@ def main():
syslog_servers=dict(type='list', elements='dict', options=syslog_spec),
pre_provisioning=dict(type='dict', elements='dict', options=pre_prov_spec),
extattrs=dict(type='dict'),
create_token=dict(type='bool', default=False),
)
argument_spec = dict(