# File lib/fog/libvirt/models/compute/server.rb, line 112
        def suspend
          connection.vm_action(uuid, :suspend)
        end