Sha256: 5872ac97378fe2fe51d5d9875f68ead9690d12817acc8aa8c2e8955be15341df

Contents?: true

Size: 458 Bytes

Versions: 8

Compression:

Stored size: 458 Bytes

Contents

module VagrantPlugins
  module VCloud
    module Cap
      module WinRM

        # Reads the WinRM forwarded port that currently exists on the machine
        # itself. This raises an exception if the machine isn't running.
        # @return [Hash<Integer, Integer>] Host => Guest port mappings.
        def self.winrm_info(machine)
          env = machine.action('read_winrm_info')
          env[:machine_ssh_info]
        end

      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vagrant-vcloud-0.5.0 lib/vagrant-vcloud/cap/winrm_info.rb
vagrant-vcloud-0.4.7 lib/vagrant-vcloud/cap/winrm_info.rb
vagrant-vcloud-0.4.6 lib/vagrant-vcloud/cap/winrm_info.rb
vagrant-vcloud-0.4.4 lib/vagrant-vcloud/cap/winrm_info.rb
vagrant-vcloud-0.4.3 lib/vagrant-vcloud/cap/winrm_info.rb
vagrant-vcloud-0.4.2 lib/vagrant-vcloud/cap/winrm_info.rb
vagrant-vcloud-0.4.1 lib/vagrant-vcloud/cap/winrm_info.rb
vagrant-vcloud-0.4.0 lib/vagrant-vcloud/cap/winrm_info.rb