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
|
||||
version_added: "2.1"
|
||||
short_description: Tests reachability using ping from Nexus switch
|
||||
short_description: Tests reachability using ping from Nexus switch.
|
||||
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
|
||||
author: Jason Edelman (@jedelman8), Gabriele Gerbino (@GGabriele)
|
||||
author:
|
||||
- Jason Edelman (@jedelman8)
|
||||
- Gabriele Gerbino (@GGabriele)
|
||||
options:
|
||||
dest:
|
||||
description:
|
||||
- IP address or hostname (resolvable by switch) of remote node
|
||||
- IP address or hostname (resolvable by switch) of remote node.
|
||||
required: true
|
||||
count:
|
||||
description:
|
||||
- Number of packets to send
|
||||
- Number of packets to send.
|
||||
required: false
|
||||
default: 2
|
||||
source:
|
||||
description:
|
||||
- Source IP Address
|
||||
- Source IP Address.
|
||||
required: false
|
||||
default: null
|
||||
vrf:
|
||||
description:
|
||||
- Outgoing VRF
|
||||
- Outgoing VRF.
|
||||
required: false
|
||||
default: null
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue