Sha256: 11de792c466c689bcde89e79f87771d044d71a5a040a3e44245ec2f5b046389e
Contents?: true
Size: 458 Bytes
Versions: 4
Compression:
Stored size: 458 Bytes
Contents
module VagrantPlugins module VCloudAir 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
4 entries across 4 versions & 1 rubygems