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/resume.rb,
lib/vSphere/action/destroy.rb,
lib/vSphere/action/suspend.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/snapshot_list.rb,
lib/vSphere/cap/public_address.rb,
lib/vSphere/action/get_ssh_info.rb,
lib/vSphere/action/is_suspended.rb,
lib/vSphere/action/close_vsphere.rb,
lib/vSphere/action/snapshot_list.rb,
lib/vSphere/action/snapshot_save.rb,
lib/vSphere/action/connect_vsphere.rb,
lib/vSphere/action/snapshot_delete.rb,
lib/vSphere/action/snapshot_restore.rb,
lib/vSphere/action/message_not_created.rb,
lib/vSphere/action/message_not_running.rb,
lib/vSphere/action/wait_for_ip_address.rb,
lib/vSphere/action/message_not_suspended.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.14.0'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


16
17
18
# File 'lib/vagrant-vsphere.rb', line 16

def self.source_root
  @source_root ||= Pathname.new(File.expand_path('..', __dir__))
end