Class: Ansible::Ruby::Modules::Nxos_ping
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_ping
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb
Overview
Tests reachability using ping from switch to a remote destination
Instance Method Summary collapse
-
#count ⇒ Integer?
Number of packets to send.
-
#dest ⇒ String
IP address or hostname (resolvable by switch) of remote node.
-
#source ⇒ Object?
Source IP Address.
-
#vrf ⇒ String?
Outgoing VRF.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#count ⇒ Integer?
Returns Number of packets to send.
15 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb', line 15 attribute :count |
#dest ⇒ String
Returns IP address or hostname (resolvable by switch) of remote node.
11 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb', line 11 attribute :dest |
#source ⇒ Object?
Returns Source IP Address.
19 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb', line 19 attribute :source |
#vrf ⇒ String?
Returns Outgoing VRF.
22 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb', line 22 attribute :vrf |