|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Flavor | |
|---|---|
| org.jclouds.openstack.nova | |
| org.jclouds.openstack.nova.compute.functions | |
| Uses of Flavor in org.jclouds.openstack.nova |
|---|
| Methods in org.jclouds.openstack.nova that return Flavor | |
|---|---|
Flavor |
NovaClient.getFlavor(int id)
This operation returns details of the specified flavor. |
| Methods in org.jclouds.openstack.nova that return types with arguments of type Flavor | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
NovaAsyncClient.listFlavors(ListOptions... options)
|
Set<Flavor> |
NovaClient.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.openstack.nova.compute.functions |
|---|
| Methods in org.jclouds.openstack.nova.compute.functions with parameters of type Flavor | |
|---|---|
Hardware |
FlavorToHardware.apply(Flavor from)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||