return new IpAssocAnswer(cmd, results);
}
protected int getVmFreeNicIndex(String vmName) {
GetVmConfigCommand vmConfig = new GetVmConfigCommand(vmName);
URI agentUri = null;
int nicposition = -1;
try {
String cmdName = GetVmConfigCommand.class.getName();
agentUri =