1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/vsphere
Jeff McCune d6fed7e4e4 (#9241) Add ability to find VMs by UUID
This patch adds two request methods to the compute service for VMware.
First, finding a VM by it's own UUID (from the vmx file) is supported.
This UUID is not guaranteed to be unique so this patch also implements
finding by instance UUID which is guaranteed to be unique.

The server models will primarily use these requests to obtain VM
managed objects to issue commands against.
2011-09-10 13:32:58 -07:00
..
models/compute (#9241) Add model for Fog::Compute[:vsphere].servers 2011-09-10 13:32:58 -07:00
requests/compute (#9241) Add ability to find VMs by UUID 2011-09-10 13:32:58 -07:00
compute.rb (#9241) Add ability to find VMs by UUID 2011-09-10 13:32:58 -07:00