public ListRmgResponsePox listRmgsPox() throws Exception {
if(poxCookie == null) {
throw new RuntimeException("Not logged in to POX");
}
ListRmgRequestPox req = new ListRmgRequestPox(this);
return req.call();
}
/**
* Lists all of the hosts in the given RMG.
*