Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.compute.functions | |
org.jclouds.openstack.nova.compute.strategy | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Method and Description |
---|---|
Flavor |
NovaClient.getFlavor(int id)
This operation returns details of the specified flavor.
|
Flavor |
NovaClient.getFlavor(String uuid) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(String uuid) |
Set<Flavor> |
NovaClient.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>> |
NovaAsyncClient.listFlavors(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
Hardware |
FlavorToHardware.apply(Flavor from) |
Modifier and Type | Method and Description |
---|---|
Iterable<Flavor> |
NovaComputeServiceAdapter.listHardwareProfiles() |
Modifier and Type | Method and Description |
---|---|
Flavor |
Server.getFlavor() |
Modifier and Type | Method and Description |
---|---|
void |
Server.setFlavor(Flavor flavor) |
Copyright © 2009-2012 jclouds. All Rights Reserved.