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/requests/compute
Simon Josi f5eb54d4cf quote data in regex
People can choose fancy names for vmware objects (e.g. "Datacenter V++"). Make sure that such input doesn't break the regex.
2013-05-29 14:48:09 +03:00
..
create_folder.rb
create_vm.rb
current_time.rb
get_cluster.rb
get_datacenter.rb
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 quote data in regex 2013-05-29 14:48:09 +03:00
get_network.rb
get_resource_pool.rb [vsphere] Use find_raw_datacenter instead of get_raw_datacenter 2013-04-22 14:25:01 +02:00
get_template.rb [vsphere|compute] add get_template function 2013-04-04 23:01:17 -07:00
get_virtual_machine.rb
list_clusters.rb
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 [vsphere] Use find_raw_datacenter instead of get_raw_datacenter 2013-04-22 14:25:01 +02:00
list_datastores.rb
list_folders.rb
list_networks.rb
list_resource_pools.rb
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 fix issues in checking whether VM is of template type 2013-04-10 16:20:12 +08: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 [vSphere] Refactor and extend network interface methods (similar to the ovirt implementation) 2013-04-23 10:52:52 +02:00
list_vm_volumes.rb
modify_vm_interface.rb [vSphere] Refactor and extend network interface methods (similar to the ovirt implementation) 2013-04-23 10:52:52 +02:00
vm_clone.rb [vsphere] Use Fog.mock? as the other providers 2013-04-22 14:17:46 +02:00
vm_config_vnc.rb
vm_destroy.rb
vm_migrate.rb
vm_power_off.rb
vm_power_on.rb
vm_reboot.rb
vm_reconfig_cpus.rb
vm_reconfig_hardware.rb
vm_reconfig_memory.rb