Created
January 21, 2012 00:45
-
-
Save martint/1650488 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VirtualMachineDescriptor virtualMachineDescriptor = VirtualMachine.list().get(0); | |
MonitoredHost host = MonitoredHost.getMonitoredHost("localhost"); | |
MonitoredVm monitoredVm = host.getMonitoredVm(new VmIdentifier(virtualMachineDescriptor.id())); | |
System.out.println(MonitoredVmUtil.commandLine(monitoredVm)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment