Package | Description |
---|---|
org.jclouds.abiquo.domain.infrastructure.options | |
org.jclouds.abiquo.features | |
org.jclouds.abiquo.features.services | |
org.jclouds.abiquo.internal |
Modifier and Type | Method and Description |
---|---|
StoragePoolOptions |
StoragePoolOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> |
InfrastructureAsyncApi.listStoragePools(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
StoragePoolOptions options) |
com.abiquo.server.core.infrastructure.storage.StoragePoolsDto |
InfrastructureApi.listStoragePools(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDeviceDto,
StoragePoolOptions storagePoolOptions)
List storage pools on a storage device.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
InfrastructureAsyncApi.refreshStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool,
StoragePoolOptions options) |
com.abiquo.server.core.infrastructure.storage.StoragePoolDto |
InfrastructureApi.refreshStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool,
StoragePoolOptions options)
Refresh the given storage pool data.
|
Modifier and Type | Method and Description |
---|---|
Iterable<StoragePool> |
SearchService.searchStoragePools(StorageDevice device,
StoragePoolOptions options)
Get the list of filtered storage pools for a storage device.
|
Modifier and Type | Method and Description |
---|---|
List<StoragePool> |
BaseSearchService.searchStoragePools(StorageDevice device,
StoragePoolOptions options)
Storage Pool
|
Copyright © 2009-2013 jclouds. All Rights Reserved.