* @param args
* the path arguments.
* @return the list of IP interface references.
*/
protected List<NamedRelatedResourceRep> getList(String path, Object... args) {
IpInterfaceList response = client.get(IpInterfaceList.class, path, args);
return defaultList(response.getIpInterfaces());
}