public static class ConversionOptions.Builder extends Object
| Constructor and Description | 
|---|
ConversionOptions.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConversionOptions | 
build()  | 
ConversionOptions.Builder | 
conversionState(com.abiquo.model.enumerator.ConversionState conversionState)
Only conversions with the provided state 
 | 
ConversionOptions.Builder | 
hypervisorType(com.abiquo.model.enumerator.HypervisorType hypervisorType)
Only conversions compatible with this hypervisor 
 | 
public ConversionOptions.Builder hypervisorType(com.abiquo.model.enumerator.HypervisorType hypervisorType)
public ConversionOptions.Builder conversionState(com.abiquo.model.enumerator.ConversionState conversionState)
public ConversionOptions build()
Copyright © 2009-2013 jclouds. All Rights Reserved.