module IDRAC::Boot
def set_bios(hash)
What triggers a reboot?
def set_bios(hash) scp = self.make_scp(fqdd: "BIOS.Setup.1-1", attributes: hash) res = self.set_system_configuration_profile(scp) if res[:status] == :success self.get_bios_boot_options end res end