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