Uses of Class
org.jclouds.cloudstack.domain.StoragePool
-
Packages that use StoragePool Package Description 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 Modifier and Type Method Description StoragePool
StoragePool.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type StoragePool Modifier and Type Method Description 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 Modifier and Type Method Description Set<StoragePool>
GlobalStoragePoolApi. listStoragePools(ListStoragePoolsOptions... options)
-