Package | Description |
---|---|
org.jclouds.abiquo.domain.cloud | |
org.jclouds.abiquo.domain.infrastructure | |
org.jclouds.abiquo.predicates.infrastructure |
Modifier and Type | Method and Description |
---|---|
Tier |
VirtualDatacenter.findStorageTier(com.google.common.base.Predicate<Tier> filter)
Finds the first the storage tier that is available to the virtual datacenter and matches the
given filter.
|
Tier |
VirtualDatacenter.getStorageTier(Integer id)
Gets the storage tier with the given id from the current virtual datacenter.
|
Tier |
Volume.getTier()
TODO javadoc link
|
Modifier and Type | Method and Description |
---|---|
List<Tier> |
VirtualDatacenter.listStorageTiers()
Lists the storage tiers that are available to the virtual datacenter.
|
List<Tier> |
VirtualDatacenter.listStorageTiers(com.google.common.base.Predicate<Tier> filter)
Lists the storage tiers that are available to the virtual datacenter and match the given
filter.
|
Modifier and Type | Method and Description |
---|---|
static Volume.Builder |
Volume.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
VirtualDatacenter virtualDatacenter,
Tier tier) |
AsyncTask |
VirtualMachineTemplate.makePersistent(VirtualDatacenter vdc,
Tier tier,
String persistentTemplateName,
String persistentVolumeName) |
Modifier and Type | Method and Description |
---|---|
Tier |
VirtualDatacenter.findStorageTier(com.google.common.base.Predicate<Tier> filter)
Finds the first the storage tier that is available to the virtual datacenter and matches the
given filter.
|
List<Tier> |
VirtualDatacenter.listStorageTiers(com.google.common.base.Predicate<Tier> filter)
Lists the storage tiers that are available to the virtual datacenter and match the given
filter.
|
Constructor and Description |
---|
Volume.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
VirtualDatacenter virtualDatacenter,
Tier tier) |
Modifier and Type | Method and Description |
---|---|
Tier |
Datacenter.findTier(com.google.common.base.Predicate<Tier> filter)
Retrieve the first tier matching the filter within the list of tiers in this datacenter.
|
Tier |
StorageDevice.findTierInDatacenter(com.google.common.base.Predicate<Tier> filter)
Retrieve the first tier matching the filter within the list of tiers in the datacenter.
|
Tier |
StoragePool.getTier()
Get the tier assigned to the pool.
|
Modifier and Type | Method and Description |
---|---|
List<Tier> |
Datacenter.listTiers()
Retrieve the list of tiers in ths datacenter.
|
List<Tier> |
Datacenter.listTiers(com.google.common.base.Predicate<Tier> filter)
Retrieve a filtered list of tiers in this datacenter.
|
List<Tier> |
StorageDevice.listTiersFromDatacenter()
Retrieve the list of tiers in the datacenter using this device.
|
List<Tier> |
StorageDevice.listTiersFromDatacenter(com.google.common.base.Predicate<Tier> filter)
Retrieve a filtered list of tiers in the datacenter using this device.
|
Modifier and Type | Method and Description |
---|---|
void |
StoragePool.setTier(Tier tier)
Define the tier in which the pool will be added.
|
Modifier and Type | Method and Description |
---|---|
Tier |
Datacenter.findTier(com.google.common.base.Predicate<Tier> filter)
Retrieve the first tier matching the filter within the list of tiers in this datacenter.
|
Tier |
StorageDevice.findTierInDatacenter(com.google.common.base.Predicate<Tier> filter)
Retrieve the first tier matching the filter within the list of tiers in the datacenter.
|
List<Tier> |
Datacenter.listTiers(com.google.common.base.Predicate<Tier> filter)
Retrieve a filtered list of tiers in this datacenter.
|
List<Tier> |
StorageDevice.listTiersFromDatacenter(com.google.common.base.Predicate<Tier> filter)
Retrieve a filtered list of tiers in the datacenter using this device.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Tier> |
TierPredicates.name(String... names) |
Copyright © 2009-2013 jclouds. All Rights Reserved.