Method: OpenNebula::VirtualMachine#undeploy

Defined in:
lib/opennebula/virtual_machine.rb

#undeploy(hard = false) ⇒ Object

Shuts down an already deployed VM, saving its state in the system DS



370
371
372
# File 'lib/opennebula/virtual_machine.rb', line 370

def undeploy(hard=false)
    action(hard ? 'undeploy-hard' : 'undeploy')
end