Method: JSS::Policy#reboot_options

Defined in:
lib/jss/api_object/policy.rb

#reboot_optionsHash (readonly)

Reboot options for the policy

The hash keys are:

  • :user_logged_in => “Do not restart”,

  • :minutes_until_reboot => 5,

  • :message=> “This computer will restart in 5 minutes. yaddayadda.”,

  • :startup_disk => “Current Startup Disk”,

  • :specify_startup => “”,

  • :no_user_logged_in => “Do not restart”

  • :file_vault_2_reboot => false

Returns:



558
559
560
# File 'lib/jss/api_object/policy.rb', line 558

def reboot_options
  @reboot_options
end