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
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, #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.
22 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 22 attribute :connect_timeout_sec |
#pre_reboot_delay_sec ⇒ Integer?
Returns Seconds for shutdown to wait before requesting reboot.
10 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 10 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).
18 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 18 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.
14 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 14 attribute :shutdown_timeout_sec |
#test_command ⇒ String?
Returns Command to expect success for to determine the machine is ready for management.
26 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb', line 26 attribute :test_command |