Bug Fixes for ontap_broadcast_domain.py (#44179)

* Bug Fixes for ontap_broadcast_domain.py

* Fix issues
pull/44385/head
Chris Archibald 6 years ago committed by ansibot
parent d22d97d420
commit 92a2207199

@ -17,7 +17,7 @@ short_description: Manage NetApp ONTAP broadcast domains.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: Chris Archibald (carchi8py@gmail.com), Kevin Hutton (khutton@netapp.com), Suhas Bangalore Shekar (bsuhas@netapp.com) author: NetApp Ansible Team (ng-ansibleteam@netapp.com)
description: description:
- Modify a ONTAP broadcast domain. - Modify a ONTAP broadcast domain.
options: options:
@ -35,7 +35,8 @@ options:
- Specify the required mtu for the broadcast domain - Specify the required mtu for the broadcast domain
ipspace: ipspace:
description: description:
- Specify the required ipspace for the broadcast domain - Specify the required ipspace for the broadcast domain.
- A domain ipspace can not be modified after the domain has been created
ports: ports:
description: description:
- Specify the ports associated with this broadcast domain. Should be comma separated - Specify the ports associated with this broadcast domain. Should be comma separated

Loading…
Cancel
Save