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