Revision 002ec7e9 src/oca/ruby/opennebula/virtual_machine.rb
src/oca/ruby/opennebula/virtual_machine.rb | ||
---|---|---|
111 | 111 |
"USER" => "user" |
112 | 112 |
} |
113 | 113 |
|
114 |
HISTORY_ACTION=%w{migrate migrate-live shutdown shutdown-hard undeploy
|
|
115 |
undeploy-hard hold release stop suspend resume boot destroy |
|
114 |
HISTORY_ACTION=%w{none migrate migrate-live shutdown shutdown-hard
|
|
115 |
undeploy undeploy-hard hold release stop suspend resume boot destroy
|
|
116 | 116 |
destroy-recreate reboot reboot-hard resched unresched poweroff |
117 |
poweroff-hard none}
|
|
117 |
poweroff-hard} |
|
118 | 118 |
|
119 | 119 |
# Creates a VirtualMachine description with just its identifier |
120 | 120 |
# this method should be used to create plain VirtualMachine objects. |
Also available in: Unified diff