# File lib/fog/cloudstack/models/compute/server.rb, line 56
        def ready?
          state == 'Running'
        end