Bug Fixes for ontap_net_port.py (#44207)
This commit is contained in:
parent
4be72ba60d
commit
6e527c3f36
1 changed files with 3 additions and 3 deletions
|
@ -13,12 +13,11 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = """
|
||||
module: na_ontap_net_port
|
||||
short_description: Manage NetApp Ontap network ports.
|
||||
short_description: Manage NetApp ONTAP network ports.
|
||||
extends_documentation_fragment:
|
||||
- netapp.na_ontap
|
||||
version_added: '2.6'
|
||||
author:
|
||||
- Chris Archibald (carchi@netapp.com), Kevin Hutton (khutton@netapp.com), Suhas Bangalore Shekar (bsuhas@netapp.com)
|
||||
author: NetApp Ansible Team (ng-ansibleteam@netapp.com)
|
||||
description:
|
||||
- Modify a Ontap network port.
|
||||
options:
|
||||
|
@ -45,6 +44,7 @@ options:
|
|||
duplex_admin:
|
||||
description:
|
||||
- Specifies the user preferred duplex setting of the port.
|
||||
- Valid values auto, half, full
|
||||
speed_admin:
|
||||
description:
|
||||
- Specifies the user preferred speed setting of the port.
|
||||
|
|
Loading…
Reference in a new issue