# File lib/fog/ecloud/models/compute/server.rb, line 64 def graceful_restart requires :href shutdown wait_for { off? } power_on end