# File lib/fog/ecloud/models/compute/server.rb, line 33
        def ready?
          load_unless_loaded!
          status == '2'
        end