# File lib/fog/vsphere/models/compute/server.rb, line 125
        def ready?
          power_state == "poweredOn"
        end