Module: VagrantPlugins::Vrealize

Defined in:
lib/vagrant-vrealize.rb,
lib/vagrant-vrealize/action.rb,
lib/vagrant-vrealize/config.rb,
lib/vagrant-vrealize/errors.rb,
lib/vagrant-vrealize/plugin.rb,
lib/vagrant-vrealize/version.rb,
lib/vagrant-vrealize/provider.rb,
lib/vagrant-vrealize/util/timer.rb,
lib/vagrant-vrealize/vra_client.rb,
lib/vagrant-vrealize/action/is_created.rb,
lib/vagrant-vrealize/action/is_stopped.rb,
lib/vagrant-vrealize/action/read_state.rb,
lib/vagrant-vrealize/action/run_instance.rb,
lib/vagrant-vrealize/action/read_ssh_info.rb,
lib/vagrant-vrealize/action/stop_instance.rb,
lib/vagrant-vrealize/action/warn_networks.rb,
lib/vagrant-vrealize/action/start_instance.rb,
lib/vagrant-vrealize/action/wait_for_state.rb,
lib/vagrant-vrealize/action/timed_provision.rb,
lib/vagrant-vrealize/action/connect_vrealize.rb,
lib/vagrant-vrealize/action/terminate_instance.rb,
lib/vagrant-vrealize/action/message_not_created.rb,
lib/vagrant-vrealize/action/message_already_created.rb,
lib/vagrant-vrealize/action/message_will_not_destroy.rb

Defined Under Namespace

Modules: Action, Errors, Util Classes: CatalogRequest, Config, EntitledItemsCollection, Plugin, Provider, SubmittedItemRequest, VraClient

Constant Summary collapse

VERSION =
'1.0.1'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-vrealize.rb', line 14

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end