Package | Description |
---|---|
org.jclouds.abiquo.domain.infrastructure | |
org.jclouds.abiquo.features.services | |
org.jclouds.abiquo.internal | |
org.jclouds.abiquo.predicates.infrastructure |
Modifier and Type | Method and Description |
---|---|
StoragePool |
StoragePool.Builder.build() |
StoragePool |
StorageDevice.findRemoteStoragePool(com.google.common.base.Predicate<StoragePool> filter)
Retrieve the first storage pool matching the filter within the list of storage pools in this
device (synchronized with the device).
|
StoragePool |
Tier.findStoragePool(com.google.common.base.Predicate<StoragePool> filter)
Retrieve the first storage pool matching the filter within the list of pools in this tier.
|
StoragePool |
StorageDevice.findStoragePool(com.google.common.base.Predicate<StoragePool> filter)
Retrieve the first storage pool matching the filter within the list of storage pools in this
device (unsynchronized with the device).
|
StoragePool |
StorageDevice.getStoragePool(String id)
Retrieve a single storage pool in this device from Abiquo database.
|
Modifier and Type | Method and Description |
---|---|
List<StoragePool> |
StorageDevice.listRemoteStoragePools()
Retrieve the list of storage pools in this device (synchronized with the device).
|
List<StoragePool> |
StorageDevice.listRemoteStoragePools(com.google.common.base.Predicate<StoragePool> filter)
Retrieve a filtered list of storage pools in this device (synchronized with the device).
|
List<StoragePool> |
Tier.listStoragePools()
Retrieve the list of storage pools in this tier.
|
List<StoragePool> |
StorageDevice.listStoragePools()
Retrieve the list of storage pools in this device from Abiquo database (may not be
synchronized with the device).
|
List<StoragePool> |
Tier.listStoragePools(com.google.common.base.Predicate<StoragePool> filter)
Retrieve a filtered list of storage pools in this tier.
|
List<StoragePool> |
StorageDevice.listStoragePools(com.google.common.base.Predicate<StoragePool> filter)
Retrieve a filtered list of storage pools in this device from Abiquo database (may not be
synchronized with the device).
|
Modifier and Type | Method and Description |
---|---|
static StoragePool.Builder |
StoragePool.Builder.fromStoragePool(StoragePool in) |
Modifier and Type | Method and Description |
---|---|
StoragePool |
StorageDevice.findRemoteStoragePool(com.google.common.base.Predicate<StoragePool> filter)
Retrieve the first storage pool matching the filter within the list of storage pools in this
device (synchronized with the device).
|
StoragePool |
Tier.findStoragePool(com.google.common.base.Predicate<StoragePool> filter)
Retrieve the first storage pool matching the filter within the list of pools in this tier.
|
StoragePool |
StorageDevice.findStoragePool(com.google.common.base.Predicate<StoragePool> filter)
Retrieve the first storage pool matching the filter within the list of storage pools in this
device (unsynchronized with the device).
|
List<StoragePool> |
StorageDevice.listRemoteStoragePools(com.google.common.base.Predicate<StoragePool> filter)
Retrieve a filtered list of storage pools in this device (synchronized with the device).
|
List<StoragePool> |
Tier.listStoragePools(com.google.common.base.Predicate<StoragePool> filter)
Retrieve a filtered list of storage pools in this tier.
|
List<StoragePool> |
StorageDevice.listStoragePools(com.google.common.base.Predicate<StoragePool> filter)
Retrieve a filtered list of storage pools in this device from Abiquo database (may not be
synchronized with the device).
|
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
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<StoragePool> |
StoragePoolPredicates.name(String... names) |
Copyright © 2009-2013 jclouds. All Rights Reserved.