mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Bug Fixes for ontap_broadcast_domain.py (#44179)
* Bug Fixes for ontap_broadcast_domain.py * Fix issues
This commit is contained in:
parent
d22d97d420
commit
92a2207199
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue