Sha256: a85db8a01f65ea8d7766f4aa36cfc0ed6364bc61cc8329fa9e0cbdedd2d76b03

Contents?: true

Size: 335 Bytes

Versions: 63

Compression:

Stored size: 335 Bytes

Contents

module VagrantPlugins
  module HyperV
    module Action
      class StartInstance
        def initialize(app, env)
          @app = app
        end

        def call(env)
          env[:ui].output('Starting the machine...')
          env[:machine].provider.driver.start
          @app.call(env)
        end
      end
    end
  end
end

Version data entries

63 entries across 56 versions & 8 rubygems

Version Path
vagrant-unbundled-1.9.8.1 plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.9.7.1 plugins/providers/hyperv/action/start_instance.rb
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/providers/hyperv/action/start_instance.rb
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/providers/hyperv/action/start_instance.rb
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/providers/hyperv/action/start_instance.rb
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.9.5.1 plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.9.1.1 plugins/providers/hyperv/action/start_instance.rb
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/providers/hyperv/action/start_instance.rb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/providers/hyperv/action/start_instance.rb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/providers/hyperv/action/start_instance.rb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.8.5.2 plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.8.5.1 plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.8.4.2 plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.8.4.1 plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.8.1.2 plugins/providers/hyperv/action/start_instance.rb
vagrant-unbundled-1.8.1.1 plugins/providers/hyperv/action/start_instance.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/providers/hyperv/action/start_instance.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/providers/hyperv/action/start_instance.rb