# File lib/fog/compute/models/ninefold/server.rb, line 89
        def stop
          requires :identity
          self.jobid = extract_job_id(connection.stop_virtual_machine(:id => identity))
          true
        end