Fixed docstring
This commit is contained in:
parent
fe120c14a3
commit
192daac855
1 changed files with 9 additions and 7 deletions
|
@ -20,29 +20,31 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: nxos_ping
|
module: nxos_ping
|
||||||
version_added: "2.1"
|
version_added: "2.1"
|
||||||
short_description: Tests reachability using ping from Nexus switch
|
short_description: Tests reachability using ping from Nexus switch.
|
||||||
description:
|
description:
|
||||||
- Tests reachability using ping from switch to a remote destination
|
- Tests reachability using ping from switch to a remote destination.
|
||||||
extends_documentation_fragment: nxos
|
extends_documentation_fragment: nxos
|
||||||
author: Jason Edelman (@jedelman8), Gabriele Gerbino (@GGabriele)
|
author:
|
||||||
|
- Jason Edelman (@jedelman8)
|
||||||
|
- Gabriele Gerbino (@GGabriele)
|
||||||
options:
|
options:
|
||||||
dest:
|
dest:
|
||||||
description:
|
description:
|
||||||
- IP address or hostname (resolvable by switch) of remote node
|
- IP address or hostname (resolvable by switch) of remote node.
|
||||||
required: true
|
required: true
|
||||||
count:
|
count:
|
||||||
description:
|
description:
|
||||||
- Number of packets to send
|
- Number of packets to send.
|
||||||
required: false
|
required: false
|
||||||
default: 2
|
default: 2
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- Source IP Address
|
- Source IP Address.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
vrf:
|
vrf:
|
||||||
description:
|
description:
|
||||||
- Outgoing VRF
|
- Outgoing VRF.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue