Uses of Class
org.jclouds.cloudstack.domain.StoragePool

Packages that use StoragePool
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of StoragePool in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return StoragePool
 StoragePool StoragePool.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type StoragePool
 int StoragePool.compareTo(StoragePool other)
           
 T StoragePool.Builder.fromStoragePool(StoragePool in)
           
 

Uses of StoragePool in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type StoragePool
 Set<StoragePool> GlobalStoragePoolClient.listStoragePools(ListStoragePoolsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<StoragePool>> GlobalStoragePoolAsyncClient.listStoragePools(ListStoragePoolsOptions... options)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.