* @param args
* the path arguments.
* @return the list of storage port references.
*/
protected List<NamedRelatedResourceRep> getList(String path, Object... args) {
StoragePortList response = client.get(StoragePortList.class, path, args);
return ResourceUtils.defaultList(response.getPorts());
}