Module: VagrantPlugins::VSphere
- Defined in:
- lib/vSphere/action.rb,
lib/vSphere/config.rb,
lib/vSphere/errors.rb,
lib/vSphere/plugin.rb,
lib/vSphere/version.rb,
lib/vagrant-vsphere.rb,
lib/vSphere/provider.rb,
lib/vSphere/action/clone.rb,
lib/vSphere/action/destroy.rb,
lib/vSphere/action/power_on.rb,
lib/vSphere/util/vm_helpers.rb,
lib/vSphere/action/get_state.rb,
lib/vSphere/action/power_off.rb,
lib/vSphere/util/vim_helpers.rb,
lib/vSphere/action/is_created.rb,
lib/vSphere/action/is_running.rb,
lib/vSphere/cap/public_address.rb,
lib/vSphere/action/get_ssh_info.rb,
lib/vSphere/action/close_vsphere.rb,
lib/vSphere/util/machine_helpers.rb,
lib/vSphere/action/connect_vsphere.rb,
lib/vSphere/action/message_not_created.rb,
lib/vSphere/action/message_not_running.rb,
lib/vSphere/action/message_already_created.rb
Defined Under Namespace
Modules: Action, Cap, Errors, Util Classes: Config, Plugin, Provider
Constant Summary collapse
- VERSION =
'1.5.0'
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
14 15 16 |
# File 'lib/vagrant-vsphere.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |