fog--fog/lib/fog/vsphere/requests/compute
Paul Thornthwaite 5f552e67d3 Merge pull request #2411 from mmatuska/vsphere-list-volumes
Fix exception if listing raw vSphere volumes (thinProvisioned method missing)
2014-02-27 23:41:12 +00:00
..
create_folder.rb Added request create_folder for vsphere compute. This will create a vm folder in vsphere. 2013-01-08 15:23:37 -05:00
create_vm.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
current_time.rb Refactor requests to return simple hashes and add unit tests 2011-09-10 15:11:18 -07:00
get_cluster.rb VMWare vsphere provider refactor 2012-11-14 15:31:02 +02:00
get_datacenter.rb [vSphere] Support datacenters that are located below folders not in root folder 2013-10-02 16:56:35 +02:00
get_datastore.rb [vSphere] fixed bug that datastores in subfolders would not be found. 2013-05-05 13:57:07 +02:00
get_folder.rb [vsphere] fix regex typo 2013-06-22 08:41:52 +01:00
get_interface_type.rb [vSphere:] Implementation of Query for Guesttype and NICTypes 2013-09-27 11:48:31 +02:00
get_network.rb [vSphere] Support passing of a distributed switch for each interface. 2013-09-27 10:15:31 +02:00
get_resource_pool.rb [vsphere] Use find_raw_datacenter instead of get_raw_datacenter 2013-04-22 14:25:01 +02:00
get_server_type.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_template.rb [vsphere|compute] add get_template function 2013-04-04 23:01:17 -07:00
get_virtual_machine.rb [vsphere] searchIndex.FindByUuid datacenter parameter must be a RbVmomi::VIM::Datacenter 2013-08-06 16:14:43 +02:00
get_vm_first_scsi_controller.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_clusters.rb VMWare vsphere provider refactor 2012-11-14 15:31:02 +02:00
list_customfields.rb [VSphere] Added VMware customvalue and customfields to read the annotations for each VM. 2013-04-18 12:50:00 +02:00
list_datacenters.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_datastores.rb Add the uncommitted property to the vsphere datastore object 2013-11-19 11:07:01 +01:00
list_folders.rb VMWare vsphere provider refactor 2012-11-14 15:31:02 +02:00
list_interface_types.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_networks.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_resource_pools.rb VMWare vsphere provider refactor 2012-11-14 15:31:02 +02:00
list_server_types.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_templates.rb delete vms that is not ready for vm.config, e.g. during the creation period 2013-04-10 15:37:22 +08:00
list_virtual_machines.rb [vsphere] Fix NoMethodError: undefined method in list_virtual_machines 2013-08-06 16:22:00 +02:00
list_vm_customvalues.rb [VSphere] Added VMware customvalue and customfields to read the annotations for each VM. 2013-04-18 12:50:00 +02:00
list_vm_interfaces.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_vm_volumes.rb Fix exception if listing raw vSphere volumes (thinProvisioned method missing) 2013-11-20 13:59:11 +01:00
modify_vm_interface.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
modify_vm_volume.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
set_vm_customvalue.rb Add request to set VM annotations in vSphere 2013-11-19 10:49:08 +01:00
vm_clone.rb Merge pull request #1740 from aussielunix/vsphere-clone-conflicts 2013-10-28 07:40:24 -07:00
vm_config_vnc.rb [vsphere] adds support to get and set vnc console 2012-03-28 13:48:14 +02:00
vm_destroy.rb VMWare vsphere provider refactor 2012-11-14 15:31:02 +02:00
vm_migrate.rb add host based vmotion 2012-02-27 10:14:31 -05:00
vm_power_off.rb [vsphere] Make mock data consistent across operations 2013-08-02 20:24:59 +02:00
vm_power_on.rb Refactor requests to return simple hashes and add unit tests 2011-09-10 15:11:18 -07:00
vm_reboot.rb fix reboot guest in vsphere to reboot rather than shutdown guest 2012-08-07 12:20:57 -04:00
vm_reconfig_cpus.rb [vSphere] Implemented feature to specify a socket cpu layout as specified in vmware API. If not used numCoresPerSocket is left out and default VMware behaviour is used. 2013-10-21 15:07:24 +02:00
vm_reconfig_hardware.rb Fog::Vsphere::Compute - misspelled method 'get_vm_by_ref' in vm_reconfig_hardware 2013-02-18 15:13:12 -08:00
vm_reconfig_memory.rb add vm reconfiguration functions for memory cpu / generic spec 2012-01-31 15:43:48 -05:00