Uses of Class
org.jclouds.profitbricks.domain.Storage
-
Packages that use Storage Package Description org.jclouds.profitbricks.compute.function org.jclouds.profitbricks.domain org.jclouds.profitbricks.features org.jclouds.profitbricks.http.parser.storage -
-
Uses of Storage in org.jclouds.profitbricks.compute.function
Methods in org.jclouds.profitbricks.compute.function with parameters of type Storage Modifier and Type Method Description Volume
StorageToVolume. apply(Storage storage)
-
Uses of Storage in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Storage Modifier and Type Method Description Storage
Storage.Builder. build()
Methods in org.jclouds.profitbricks.domain that return types with arguments of type Storage Modifier and Type Method Description abstract List<Storage>
DataCenter. storages()
abstract List<Storage>
Server. storages()
Method parameters in org.jclouds.profitbricks.domain with type arguments of type Storage Modifier and Type Method Description abstract DataCenter.Builder
DataCenter.Builder. storages(List<Storage> storages)
abstract Server.Builder
Server.Builder. storages(List<Storage> storages)
-
Uses of Storage in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features that return Storage Modifier and Type Method Description Storage
StorageApi. getStorage(String id)
Methods in org.jclouds.profitbricks.features that return types with arguments of type Storage Modifier and Type Method Description List<Storage>
StorageApi. getAllStorages()
-
Uses of Storage in org.jclouds.profitbricks.http.parser.storage
Methods in org.jclouds.profitbricks.http.parser.storage that return Storage Modifier and Type Method Description Storage
StorageInfoResponseHandler. getResult()
Methods in org.jclouds.profitbricks.http.parser.storage that return types with arguments of type Storage Modifier and Type Method Description List<Storage>
StorageListResponseHandler. getResult()
-