Class: Ansible::Ruby::Modules::Nxos_ping

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#countInteger?

Returns Number of packets to send.

Returns:

  • (Integer, nil)

    Number of packets to send



15
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb', line 15

attribute :count

#destString

Returns IP address or hostname (resolvable by switch) of remote node.

Returns:

  • (String)

    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

#sourceObject?

Returns Source IP Address.

Returns:

  • (Object, nil)

    Source IP Address



19
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb', line 19

attribute :source

#vrfString?

Returns Outgoing VRF.

Returns:

  • (String, nil)

    Outgoing VRF



22
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb', line 22

attribute :vrf