module Fog module Compute class Ninefold class Real def stop_virtual_machine(options = {}) request('stopVirtualMachine', options, :expects => [200], :response_prefix => 'stopvirtualmachineresponse', :response_type => Hash) end end end end end