Class: Ansible::Ruby::Modules::Win_reboot

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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_secInteger?

Returns Maximum seconds to wait for a single successful TCP connection to the WinRM endpoint before trying again.

Returns:

  • (Integer, nil)

    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_secInteger?

Returns Seconds for shutdown to wait before requesting reboot.

Returns:

  • (Integer, nil)

    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_secInteger?

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).

Returns:

  • (Integer, nil)

    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_secInteger?

Returns Maximum seconds to wait for shutdown to occur,Increase this timeout for very slow hardware, large update applications, etc.

Returns:

  • (Integer, nil)

    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_commandString?

Returns Command to expect success for to determine the machine is ready for management.

Returns:

  • (String, nil)

    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