Uses of Class
org.jclouds.elasticstack.domain.ImageConversionType
-
Packages that use ImageConversionType Package Description org.jclouds.elasticstack org.jclouds.elasticstack.domain -
-
Uses of ImageConversionType in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack with parameters of type ImageConversionType Modifier and Type Method Description voidElasticStackApi. imageDrive(String source, String destination, ImageConversionType conversionType) -
Uses of ImageConversionType in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as ImageConversionType Modifier and Type Field Description protected ImageConversionTypeStandardDrive.Builder. formatprotected ImageConversionTypeStandardDrive. formatMethods in org.jclouds.elasticstack.domain that return ImageConversionType Modifier and Type Method Description static ImageConversionTypeImageConversionType. fromValue(String type)ImageConversionTypeStandardDrive. getFormat()static ImageConversionTypeImageConversionType. 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 Modifier and Type Method Description StandardDrive.BuilderStandardDrive.Builder. format(ImageConversionType format)Constructors in org.jclouds.elasticstack.domain with parameters of type ImageConversionType Constructor Description 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)
-