Method: Fog::Vcloud::Compute::Server#undeploy
- Defined in:
- lib/fog/vcloud/models/compute/server.rb
permalink #undeploy ⇒ Object
This is the real power-off operation
74 75 76 |
# File 'lib/fog/vcloud/models/compute/server.rb', line 74 def undeploy connection.undeploy href end |