Class: Ansible::Ruby::Modules::Iosxr_command

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/network/iosxr/iosxr_command.rb

Overview

Sends arbitrary commands to an IOSXR node and returns the results read from the device. The M(iosxr_command) module includes an argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met.

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

#commandsArray<String>, String



11
# File 'lib/ansible/ruby/modules/generated/core/network/iosxr/iosxr_command.rb', line 11

attribute :commands

#intervalInteger?



23
# File 'lib/ansible/ruby/modules/generated/core/network/iosxr/iosxr_command.rb', line 23

attribute :interval

#retriesInteger?



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

attribute :retries

#waitforArray<String>, ...



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

attribute :waitfor