Sha256: 5042782526baf17a8dba6a94e0609701c501e0abac26666b5f4b89d79802638c
Contents?: true
Size: 450 Bytes
Versions: 8
Compression:
Stored size: 450 Bytes
Contents
module VagrantPlugins module VCloud module Cap module RDP # Reads the RDP 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.rdp_info(machine) env = machine.action('read_rdp_info') env[:machine_ssh_info] end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems