org.jclouds.virtualbox.statements
Class Statements
java.lang.Object
org.jclouds.virtualbox.statements.Statements
public class Statements
- extends Object
VboxManage statements used in shell scripts .
- Author:
- Andrea Turli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Statements
public Statements()
exportIpAddressFromVmNamed
public static Statement exportIpAddressFromVmNamed(String vmName)
- Extract the IP address from the specified vm and stores the IP address into the variable
FOUND_IP_ADDRESS if successful.
- Parameters:
vmname - - the vm name
Copyright © 2009-2012 jclouds. All Rights Reserved.