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 ExtractMode
ISOExtraction.Builder. extractMode
protected ExtractMode
TemplateExtraction.Builder. extractMode
Methods in org.jclouds.cloudstack.domain that return ExtractMode Modifier and Type Method Description static ExtractMode
ExtractMode. fromValue(String format)
ExtractMode
ISOExtraction. getExtractMode()
ExtractMode
TemplateExtraction. getExtractMode()
static ExtractMode
ExtractMode. 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 T
ISOExtraction.Builder. extractMode(ExtractMode extractMode)
T
TemplateExtraction.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 AsyncCreateResponse
ISOApi. extractISO(String id, ExtractMode mode, String zoneId, ExtractISOOptions... options)
Extracts an ISOAsyncCreateResponse
TemplateApi. extractTemplate(String id, ExtractMode mode, String zoneId, ExtractTemplateOptions... options)
-