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