Uses of Class
org.jclouds.slicehost.domain.Flavor

Packages that use Flavor
org.jclouds.slicehost   
org.jclouds.slicehost.compute.functions   
org.jclouds.slicehost.compute.strategy   
org.jclouds.slicehost.xml   
 

Uses of Flavor in org.jclouds.slicehost
 

Methods in org.jclouds.slicehost that return Flavor
 Flavor SlicehostClient.getFlavor(int id)
           
 

Methods in org.jclouds.slicehost that return types with arguments of type Flavor
 com.google.common.util.concurrent.ListenableFuture<Flavor> SlicehostAsyncClient.getFlavor(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> SlicehostAsyncClient.listFlavors()
           
 Set<Flavor> SlicehostClient.listFlavors()
           
 

Uses of Flavor in org.jclouds.slicehost.compute.functions
 

Methods in org.jclouds.slicehost.compute.functions with parameters of type Flavor
 Hardware FlavorToHardware.apply(Flavor from)
           
 

Uses of Flavor in org.jclouds.slicehost.compute.strategy
 

Methods in org.jclouds.slicehost.compute.strategy that return types with arguments of type Flavor
 Iterable<Flavor> SlicehostComputeServiceAdapter.listHardwareProfiles()
           
 

Uses of Flavor in org.jclouds.slicehost.xml
 

Methods in org.jclouds.slicehost.xml that return Flavor
 Flavor FlavorHandler.getResult()
           
 

Methods in org.jclouds.slicehost.xml that return types with arguments of type Flavor
 Set<? extends Flavor> FlavorsHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.