Class: Ansible::Ruby::Modules::Win_reboot
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_reboot
- Defined in:
- lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb
Overview
Reboot a Windows machine, wait for it to go down, come back up, and respond to commands.
Instance Method Summary collapse
-
#connect_timeout_sec ⇒ Integer?
Maximum seconds to wait for a single successful TCP connection to the WinRM endpoint before trying again.
-
#pre_reboot_delay_sec ⇒ Integer?
Seconds for shutdown to wait before requesting reboot.
-
#reboot_timeout_sec ⇒ Integer?
Maximum seconds to wait for machine to re-appear on the network and respond to a test command,This timeout is evaluated separately for both network appearance and test command success (so maximum clock time is actually twice this value).
-
#shutdown_timeout_sec ⇒ Integer?
Maximum seconds to wait for shutdown to occur,Increase this timeout for very slow hardware, large update applications, etc.
-
#test_command ⇒ String?
Command to expect success for to determine the machine is ready for management.
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
#connect_timeout_sec ⇒ Integer?
Returns Maximum seconds to wait for a single successful TCP connection to the WinRM endpoint before trying again.
23 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 23 attribute :connect_timeout_sec |
#pre_reboot_delay_sec ⇒ Integer?
Returns Seconds for shutdown to wait before requesting reboot.
11 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 11 attribute :pre_reboot_delay_sec |
#reboot_timeout_sec ⇒ Integer?
Returns Maximum seconds to wait for machine to re-appear on the network and respond to a test command,This timeout is evaluated separately for both network appearance and test command success (so maximum clock time is actually twice this value).
19 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 19 attribute :reboot_timeout_sec |
#shutdown_timeout_sec ⇒ Integer?
Returns Maximum seconds to wait for shutdown to occur,Increase this timeout for very slow hardware, large update applications, etc.
15 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 15 attribute :shutdown_timeout_sec |
#test_command ⇒ String?
Returns Command to expect success for to determine the machine is ready for management.
27 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 27 attribute :test_command |