Method: Fog::Vcloud::Compute::Server#graceful_restart
- Defined in:
- lib/fog/vcloud/models/compute/server.rb
#graceful_restart ⇒ Object
78 79 80 81 82 83 |
# File 'lib/fog/vcloud/models/compute/server.rb', line 78 def graceful_restart requires :href shutdown wait_for { off? } power_on end |