Module: VagrantPlugins::ESXi
- Defined in:
- lib/vagrant-vmware-esxi.rb,
lib/vagrant-vmware-esxi/action.rb,
lib/vagrant-vmware-esxi/config.rb,
lib/vagrant-vmware-esxi/errors.rb,
lib/vagrant-vmware-esxi/plugin.rb,
lib/vagrant-vmware-esxi/command.rb,
lib/vagrant-vmware-esxi/version.rb,
lib/vagrant-vmware-esxi/provider.rb,
lib/vagrant-vmware-esxi/action/boot.rb,
lib/vagrant-vmware-esxi/action/halt.rb,
lib/vagrant-vmware-esxi/action/resume.rb,
lib/vagrant-vmware-esxi/action/address.rb,
lib/vagrant-vmware-esxi/action/destroy.rb,
lib/vagrant-vmware-esxi/action/package.rb,
lib/vagrant-vmware-esxi/action/suspend.rb,
lib/vagrant-vmware-esxi/action/createvm.rb,
lib/vagrant-vmware-esxi/action/shutdown.rb,
lib/vagrant-vmware-esxi/action/read_state.rb,
lib/vagrant-vmware-esxi/cap/snapshot_list.rb,
lib/vagrant-vmware-esxi/action/esxi_password.rb,
lib/vagrant-vmware-esxi/action/read_ssh_info.rb,
lib/vagrant-vmware-esxi/action/snapshot_info.rb,
lib/vagrant-vmware-esxi/action/snapshot_list.rb,
lib/vagrant-vmware-esxi/action/snapshot_save.rb,
lib/vagrant-vmware-esxi/action/set_network_ip.rb,
lib/vagrant-vmware-esxi/action/wait_for_state.rb,
lib/vagrant-vmware-esxi/action/snapshot_delete.rb,
lib/vagrant-vmware-esxi/action/snapshot_restore.rb
Overview
Main entry for ESXi vagrant plugin
Defined Under Namespace
Modules: Action, Cap, Errors Classes: CapAddress, Config, Plugin, Provider, SnapshotInfo
Constant Summary collapse
- VERSION =
'2.4.5'
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-vmware-esxi.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |