Module: VagrantPlugins::AliyunECS
- Defined in:
- lib/vagrant-aliyun.rb,
lib/vagrant-aliyun/action.rb,
lib/vagrant-aliyun/config.rb,
lib/vagrant-aliyun/errors.rb,
lib/vagrant-aliyun/plugin.rb,
lib/vagrant-aliyun/version.rb,
lib/vagrant-aliyun/provider.rb,
lib/vagrant-aliyun/util/timer.rb,
lib/vagrant-aliyun/action/is_created.rb,
lib/vagrant-aliyun/action/is_stopped.rb,
lib/vagrant-aliyun/action/read_state.rb,
lib/vagrant-aliyun/action/run_instance.rb,
lib/vagrant-aliyun/action/read_ssh_info.rb,
lib/vagrant-aliyun/action/stop_instance.rb,
lib/vagrant-aliyun/action/warn_networks.rb,
lib/vagrant-aliyun/action/start_instance.rb,
lib/vagrant-aliyun/action/wait_for_state.rb,
lib/vagrant-aliyun/action/terminate_instance.rb,
lib/vagrant-aliyun/action/message_not_created.rb,
lib/vagrant-aliyun/action/message_already_created.rb,
lib/vagrant-aliyun/action/message_will_not_destroy.rb
Defined Under Namespace
Modules: Action, Errors, Util Classes: Config, Plugin, Provider
Constant Summary collapse
- VERSION =
'0.0.6'
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-aliyun.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |