Package com.abiquo.server.core.infrastructure.storage

Examples of com.abiquo.server.core.infrastructure.storage.StoragePoolDto


    *      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);
   }
View Full Code Here

TOP

Related Classes of com.abiquo.server.core.infrastructure.storage.StoragePoolDto

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.