# File lib/fog/cloudstack/requests/compute/reboot_virtual_machine.rb, line 9 def reboot_virtual_machine(options={}) options.merge!( 'command' => 'rebootVirtualMachine' ) request(options) end