Class: Ansible::Ruby::Modules::Junos_command

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/junos/junos_command.rb

Overview

Sends an arbitrary set of commands to an JUNOS node and returns the results read from the device. This 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>, ...



12
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_command.rb', line 12

attribute :commands

#display:text, ...



36
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_command.rb', line 36

attribute :display

#intervalInteger?



32
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_command.rb', line 32

attribute :interval

#match:any, ...



24
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_command.rb', line 24

attribute :match

#retriesInteger?



28
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_command.rb', line 28

attribute :retries

#rpcsString?



16
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_command.rb', line 16

attribute :rpcs

#wait_forArray<String>, ...



20
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_command.rb', line 20

attribute :wait_for