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