Module: VCenterDriver
- Defined in:
- lib/host.rb,
lib/network.rb,
lib/datastore.rb,
lib/vi_client.rb,
lib/vi_helper.rb,
lib/vm_folder.rb,
lib/datacenter.rb,
lib/file_helper.rb,
lib/rest_client.rb,
lib/vm_template.rb,
lib/vmm_importer.rb,
lib/vcenter_driver.rb,
lib/virtual_machine.rb,
lib/vcenter_importer.rb
Overview
Module VCenterDriver
Defined Under Namespace
Classes: ClusterComputeResource, Datacenter, DatacenterFolder, Datastore, DatastoreFolder, DistributedPortGroup, DistributedVirtualSwitch, DsImporter, ESXHost, FileHelper, HostFolder, ImageImporter, NetImporter, Network, NetworkFolder, OpaqueNetwork, PortGroup, RESTClient, Storage, StoragePod, Template, VIClient, VIHelper, VcImporter, VirtualMachine, VirtualMachineFolder, VmImporter, VmmImporter
Constant Summary collapse
- CONFIG =
VCenterConf.new
- ONE_LOCATION =
ENV['ONE_LOCATION']
- RUBY_LIB_LOCATION =
ONE_LOCATION + '/lib/ruby'
- GEMS_LOCATION =
ONE_LOCATION + '/share/gems'
- HOOK_LOCATION =
ONE_LOCATION + '/remotes/hooks'