mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
ef2833cb20
Without this patch we have no way to clone a new VM from a template. This patch adds the vm_clone request which takes an instance uuid as the source template to clone from an a name parameter which is the new VM's name. The clone operation is handled asynchronously as a vSphere task object. The clone request does not return a handle for this task, which may make it difficult to monitor the progress of the clone operation from Fog. A future enhancement may be to clone and return the task object itself to monitor progress. |
||
---|---|---|
.. | ||
current_time.rb | ||
find_all_by_instance_uuid.rb | ||
find_all_by_uuid.rb | ||
find_template_by_instance_uuid.rb | ||
list_virtual_machines.rb | ||
vm_clone.rb | ||
vm_destroy.rb | ||
vm_power_off.rb | ||
vm_power_on.rb | ||
vm_reboot.rb |