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 |
---|---|
StorageDevice |
StorageDevice.Builder.build() |
StorageDevice |
Datacenter.findStorageDevice(com.google.common.base.Predicate<StorageDevice> filter)
Retrieve the first storage device matching the filter within the list of devices in this
datacenter.
|
StorageDevice |
StoragePool.getStorageDevice()
Get the device where the pool belongs.
|
StorageDevice |
Datacenter.getStorageDevice(Integer id)
Retrieve a single storage device.
|
Modifier and Type | Method and Description |
---|---|
List<StorageDevice> |
Datacenter.listStorageDevices()
Retrieve the list of storage devices in this datacenter.
|
List<StorageDevice> |
Datacenter.listStorageDevices(com.google.common.base.Predicate<StorageDevice> filter)
Retrieve a filtered list of storage devices in this datacenter.
|
Modifier and Type | Method and Description |
---|---|
static StoragePool.Builder |
StoragePool.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
StorageDevice storageDevice) |
static StorageDevice.Builder |
StorageDevice.Builder.fromStorageDevice(StorageDevice in) |
StoragePool.Builder |
StoragePool.Builder.storageDevice(StorageDevice storageDevice) |
Modifier and Type | Method and Description |
---|---|
StorageDevice |
Datacenter.findStorageDevice(com.google.common.base.Predicate<StorageDevice> filter)
Retrieve the first storage device matching the filter within the list of devices in this
datacenter.
|
List<StorageDevice> |
Datacenter.listStorageDevices(com.google.common.base.Predicate<StorageDevice> filter)
Retrieve a filtered list of storage devices in this datacenter.
|
Constructor and Description |
---|
StoragePool.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
StorageDevice storageDevice) |
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<StorageDevice> |
StorageDevicePredicates.managementIp(String... ips) |
static com.google.common.base.Predicate<StorageDevice> |
StorageDevicePredicates.name(String... names) |
static com.google.common.base.Predicate<StorageDevice> |
StorageDevicePredicates.type(String... types) |
Copyright © 2009-2013 jclouds. All Rights Reserved.