Uses of Class
org.jclouds.cloudstack.domain.ExtractMode
-
Packages that use ExtractMode Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features -
-
Uses of ExtractMode in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as ExtractMode Modifier and Type Field Description protected ExtractModeISOExtraction.Builder. extractModeprotected ExtractModeTemplateExtraction.Builder. extractModeMethods in org.jclouds.cloudstack.domain that return ExtractMode Modifier and Type Method Description static ExtractModeExtractMode. fromValue(String format)ExtractModeISOExtraction. getExtractMode()ExtractModeTemplateExtraction. getExtractMode()static ExtractModeExtractMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtractMode[]ExtractMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type ExtractMode Modifier and Type Method Description TISOExtraction.Builder. extractMode(ExtractMode extractMode)TTemplateExtraction.Builder. extractMode(ExtractMode extractMode)Constructors in org.jclouds.cloudstack.domain with parameters of type ExtractMode Constructor Description ISOExtraction(String id, String accountId, Date created, String extractId, ExtractMode extractMode, String name, String state, String status, String storageType, int uploadPercentage, String url, String zoneId, String zoneName)TemplateExtraction(String id, String accountId, Date created, String extractId, ExtractMode extractMode, String name, String state, String status, String storageType, int uploadPercentage, String url, String zoneId, String zoneName) -
Uses of ExtractMode in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type ExtractMode Modifier and Type Method Description AsyncCreateResponseISOApi. extractISO(String id, ExtractMode mode, String zoneId, ExtractISOOptions... options)Extracts an ISOAsyncCreateResponseTemplateApi. extractTemplate(String id, ExtractMode mode, String zoneId, ExtractTemplateOptions... options)
-