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 ElasticStackApi.imageDrive(String source, String destination, ImageConversionType conversionType)
           
 

Uses of ImageConversionType in org.jclouds.elasticstack.domain
 

Fields in org.jclouds.elasticstack.domain declared as ImageConversionType
protected  ImageConversionType StandardDrive.format
           
protected  ImageConversionType StandardDrive.Builder.format
           
 

Methods in org.jclouds.elasticstack.domain that return ImageConversionType
static ImageConversionType ImageConversionType.fromValue(String type)
           
 ImageConversionType StandardDrive.getFormat()
           
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.
 

Methods in org.jclouds.elasticstack.domain with parameters of type ImageConversionType
 StandardDrive.Builder StandardDrive.Builder.format(ImageConversionType format)
           
 

Constructors in org.jclouds.elasticstack.domain with parameters of type ImageConversionType
StandardDrive(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> tags, Map<String,String> userMetadata, ImageConversionType format, MediaType media, long rawSize)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.