Method: Fog::Vcloud::Compute::Server#undeploy

Defined in:
lib/fog/vcloud/models/compute/server.rb

#undeployObject

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