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
Paul Thornthwaite be698994b8 [Vsphere] Isolate helper from core
`Fog.class_from_string` was moved to core but is only used by the
VSphere provider with very little capacity for reuse.

This moves it to the `Fog::Vsphere` namespace so we can delete it from
core.
2014-03-25 17:22:21 +00:00
..
create_folder.rb
create_vm.rb [Vsphere] Isolate helper from core 2014-03-25 17:22:21 +00:00
current_time.rb
get_cluster.rb
get_datacenter.rb
get_datastore.rb
get_folder.rb
get_interface_type.rb
get_network.rb
get_resource_pool.rb
get_server_type.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
get_template.rb
get_virtual_machine.rb
get_vm_first_scsi_controller.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_clusters.rb
list_customfields.rb
list_datacenters.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_datastores.rb
list_folders.rb
list_interface_types.rb [Vsphere] Isolate helper from core 2014-03-25 17:22:21 +00:00
list_networks.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_resource_pools.rb
list_server_types.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_templates.rb
list_virtual_machines.rb
list_vm_customvalues.rb
list_vm_interfaces.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
list_vm_volumes.rb
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
vm_clone.rb
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