Class: Ansible::Ruby::Modules::Nxos_command
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_command
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/nxos/nxos_command.rb
Instance Method Summary collapse
-
#commands ⇒ Array<String>, String
The commands to send to the remote NXOS device over the configured provider.
-
#interval ⇒ Integer?
Configures the interval in seconds to wait between retries of the command.
-
#retries ⇒ Integer?
Specifies the number of retries a command should by tried before it is considered failed.
-
#waitfor ⇒ Array<String>, ...
Specifies what to evaluate from the output of the command and what conditionals to apply.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#commands ⇒ Array<String>, String
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_command.rb', line 10 attribute :commands |
#interval ⇒ Integer?
22 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_command.rb', line 22 attribute :interval |
#retries ⇒ Integer?
18 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_command.rb', line 18 attribute :retries |
#waitfor ⇒ Array<String>, ...
14 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_command.rb', line 14 attribute :waitfor |