Package | Description |
---|---|
org.jclouds.cloudservers | |
org.jclouds.cloudservers.compute.functions | |
org.jclouds.cloudservers.compute.strategy | |
org.jclouds.cloudservers.domain |
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)
Deprecated.
|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Hardware |
FlavorToHardware.apply(Flavor from) |
Modifier and Type | Method and Description |
---|---|
Iterable<Flavor> |
CloudServersComputeServiceAdapter.listHardwareProfiles() |
Modifier and Type | Method and Description |
---|---|
Flavor |
Flavor.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Flavor.Builder.fromFlavor(Flavor in) |
Copyright © 2009-2013 jclouds. All Rights Reserved.