* @param id
* the ID of the storage pool.
* @return the list of resource references.
*/
public List<TypedRelatedResourceRep> listResources(URI id) {
StoragePoolResources response = client.get(StoragePoolResources.class, getIdUrl() + "/resources", id);
return defaultList(response.getResources());
}