* StoragePoolResource- Retrievearegisteredpool</a>
* @return Storage pool with the given id or <code>null</code> if it does not
* exist.
*/
public StoragePool getStoragePool(final String id) {
StoragePoolDto storagePool = context.getApi().getInfrastructureApi().getStoragePool(target, id);
return wrap(context, StoragePool.class, storagePool);
}