| Package | Description | 
|---|---|
| org.jclouds.cloudservers | |
| org.jclouds.cloudservers.compute.functions | |
| org.jclouds.cloudservers.compute.strategy | 
| Modifier and Type | Method and Description | 
|---|---|
Flavor | 
CloudServersClient.getFlavor(int id)
This operation returns details of the specified flavor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Flavor> | 
CloudServersAsyncClient.getFlavor(int id)  | 
Set<Flavor> | 
CloudServersClient.listFlavors(ListOptions... options)
List available flavors (IDs and names only)
 
 in order to retrieve all details, pass the option  
withDetails() | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> | 
CloudServersAsyncClient.listFlavors(ListOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
Hardware | 
FlavorToHardware.apply(Flavor from)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Flavor> | 
CloudServersComputeServiceAdapter.listHardwareProfiles()  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.