Bug Fixes for ontap_net_port.py (#44207)

pull/43711/head
Chris Archibald 6 years ago committed by John R Barker
parent 4be72ba60d
commit 6e527c3f36

@ -13,12 +13,11 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
module: na_ontap_net_port module: na_ontap_net_port
short_description: Manage NetApp Ontap network ports. short_description: Manage NetApp ONTAP network ports.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: author: NetApp Ansible Team (ng-ansibleteam@netapp.com)
- Chris Archibald (carchi@netapp.com), Kevin Hutton (khutton@netapp.com), Suhas Bangalore Shekar (bsuhas@netapp.com)
description: description:
- Modify a Ontap network port. - Modify a Ontap network port.
options: options:
@ -45,6 +44,7 @@ options:
duplex_admin: duplex_admin:
description: description:
- Specifies the user preferred duplex setting of the port. - Specifies the user preferred duplex setting of the port.
- Valid values auto, half, full
speed_admin: speed_admin:
description: description:
- Specifies the user preferred speed setting of the port. - Specifies the user preferred speed setting of the port.

Loading…
Cancel
Save