Modifier and Type | Method and Description |
---|---|
Conversion |
VirtualMachineTemplate.findConversion(com.google.common.base.Predicate<Conversion> filter)
Gets a single conversion in the virtual machine template matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
List<Conversion> |
VirtualMachineTemplate.listConversions()
List all the conversions for the virtual machine template.
|
List<Conversion> |
VirtualMachineTemplate.listConversions(com.abiquo.model.enumerator.HypervisorType hypervisor,
com.abiquo.model.enumerator.ConversionState state)
List conversions for a virtual machine template.
|
List<Conversion> |
VirtualMachineTemplate.listConversions(com.google.common.base.Predicate<Conversion> filter)
List all the conversions for the virtual machine template matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
Conversion |
VirtualMachineTemplate.findConversion(com.google.common.base.Predicate<Conversion> filter)
Gets a single conversion in the virtual machine template matching the given filter.
|
List<Conversion> |
VirtualMachineTemplate.listConversions(com.google.common.base.Predicate<Conversion> filter)
List all the conversions for the virtual machine template matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ConversionMonitor.awaitCompletion(Conversion... conversions)
Monitor the given
Conversion s and block until they finishes. |
void |
ConversionMonitor.awaitCompletion(Long maxWait,
TimeUnit timeUnit,
Conversion... conversions)
Monitor the given
Conversion s and block until they finish. |
void |
ConversionMonitor.monitor(Conversion... conversions)
Monitor the given
Conversion s and populate an event when they finish. |
void |
ConversionMonitor.monitor(Long maxWait,
TimeUnit timeUnit,
Conversion... conversions)
Monitor the given
Conversion s and populate an event when they finish. |
Modifier and Type | Method and Description |
---|---|
MonitorStatus |
ConversionStatusMonitor.apply(Conversion conversion) |
Modifier and Type | Method and Description |
---|---|
void |
BaseConversionMonitor.awaitCompletion(Conversion... conversions) |
void |
BaseConversionMonitor.awaitCompletion(Long maxWait,
TimeUnit timeUnit,
Conversion... conversions) |
void |
BaseConversionMonitor.monitor(Conversion... conversions) |
void |
BaseConversionMonitor.monitor(Long maxWait,
TimeUnit timeUnit,
Conversion... conversions) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Conversion> |
ConversionPredicates.compatible(com.abiquo.model.enumerator.HypervisorType type) |
static com.google.common.base.Predicate<Conversion> |
ConversionPredicates.sourceFormat(com.abiquo.model.enumerator.DiskFormatType... formats) |
static com.google.common.base.Predicate<Conversion> |
ConversionPredicates.state(com.abiquo.model.enumerator.ConversionState... states) |
static com.google.common.base.Predicate<Conversion> |
ConversionPredicates.targetFormat(com.abiquo.model.enumerator.DiskFormatType... formats) |
Copyright © 2009-2013 jclouds. All Rights Reserved.