# File lib/fog/ovirt/models/compute/server.rb, line 92 def stop(options = {}) connection.vm_action(:id =>id, :action => :stop) reload end