Package | Description |
---|---|
org.jclouds.abiquo.domain.infrastructure | |
org.jclouds.abiquo.predicates.infrastructure |
Modifier and Type | Method and Description |
---|---|
StorageDeviceMetadata |
Datacenter.findSupportedStorageDevice(com.google.common.base.Predicate<StorageDeviceMetadata> filter)
Retrieve a single supported storage devices matching the filter.
|
Modifier and Type | Method and Description |
---|---|
List<StorageDeviceMetadata> |
Datacenter.listSupportedStorageDevices()
Retrieve the list of supported storage devices.
|
List<StorageDeviceMetadata> |
Datacenter.listSupportedStorageDevices(com.google.common.base.Predicate<StorageDeviceMetadata> filter)
Retrieve the list of supported storage devices matching the filter.
|
Modifier and Type | Method and Description |
---|---|
StorageDeviceMetadata |
Datacenter.findSupportedStorageDevice(com.google.common.base.Predicate<StorageDeviceMetadata> filter)
Retrieve a single supported storage devices matching the filter.
|
List<StorageDeviceMetadata> |
Datacenter.listSupportedStorageDevices(com.google.common.base.Predicate<StorageDeviceMetadata> filter)
Retrieve the list of supported storage devices matching the filter.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<StorageDeviceMetadata> |
StorageDeviceMetadataPredicates.type(String... types) |
Copyright © 2009-2013 jclouds. All Rights Reserved.