Uses of Class
org.jclouds.cloudstack.domain.ExtractMode

Packages that use ExtractMode
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
protected  ExtractMode TemplateExtraction.Builder.extractMode
           
protected  ExtractMode ISOExtraction.Builder.extractMode
           
 

Methods in org.jclouds.cloudstack.domain that return ExtractMode
static ExtractMode ExtractMode.fromValue(String format)
           
 ExtractMode TemplateExtraction.getExtractMode()
           
 ExtractMode ISOExtraction.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
 T TemplateExtraction.Builder.extractMode(ExtractMode extractMode)
           
 T ISOExtraction.Builder.extractMode(ExtractMode extractMode)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type ExtractMode
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
 AsyncCreateResponse ISOClient.extractISO(String id, ExtractMode mode, String zoneId, ExtractISOOptions... options)
          Extracts an ISO
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.extractISO(String id, ExtractMode mode, String zoneId, ExtractISOOptions... options)
          Extracts an ISO
 AsyncCreateResponse TemplateClient.extractTemplate(String id, ExtractMode mode, String zoneId, ExtractTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.extractTemplate(String id, ExtractMode mode, String zoneId, ExtractTemplateOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.