# File lib/fog/compute/requests/ninefold/stop_virtual_machine.rb, line 6
        def stop_virtual_machine(options = {})
          request('stopVirtualMachine', options, :expects => [200],
                  :response_prefix => 'stopvirtualmachineresponse', :response_type => Hash)
        end