# File lib/fog/joyent/models/compute/server.rb, line 29
        def stopped?
          requires :id
          self.state == 'stopped'
        end