Uses of Class
org.jclouds.elasticstack.domain.ImageConversionType

Packages that use ImageConversionType
org.jclouds.elasticstack   
org.jclouds.elasticstack.domain   
 

Uses of ImageConversionType in org.jclouds.elasticstack
 

Methods in org.jclouds.elasticstack with parameters of type ImageConversionType
 void ElasticStackClient.imageDrive(String source, String destination, ImageConversionType conversionType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticStackAsyncClient.imageDrive(String source, String destination, ImageConversionType conversionType)
           
 

Uses of ImageConversionType in org.jclouds.elasticstack.domain
 

Methods in org.jclouds.elasticstack.domain that return ImageConversionType
static ImageConversionType ImageConversionType.fromValue(String type)
           
static ImageConversionType ImageConversionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageConversionType[] ImageConversionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.