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