|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Flavor | |
---|---|
org.jclouds.cloudservers | |
org.jclouds.cloudservers.compute.functions | |
org.jclouds.cloudservers.compute.strategy |
Uses of Flavor in org.jclouds.cloudservers |
---|
Methods in org.jclouds.cloudservers that return Flavor | |
---|---|
Flavor |
CloudServersClient.getFlavor(int id)
This operation returns details of the specified flavor. |
Methods in org.jclouds.cloudservers that return types with arguments of type Flavor | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Flavor> |
CloudServersAsyncClient.getFlavor(int id)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
CloudServersAsyncClient.listFlavors(ListOptions... options)
|
Set<Flavor> |
CloudServersClient.listFlavors(ListOptions... options)
List available flavors (IDs and names only) in order to retrieve all details, pass the option withDetails() |
Uses of Flavor in org.jclouds.cloudservers.compute.functions |
---|
Methods in org.jclouds.cloudservers.compute.functions with parameters of type Flavor | |
---|---|
Hardware |
FlavorToHardware.apply(Flavor from)
|
Uses of Flavor in org.jclouds.cloudservers.compute.strategy |
---|
Methods in org.jclouds.cloudservers.compute.strategy that return types with arguments of type Flavor | |
---|---|
Iterable<Flavor> |
CloudServersComputeServiceAdapter.listHardwareProfiles()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |