This project has retired. For details please refer to its
Attic page.
FlavorApi (Apache jclouds 2.4.0 API)
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type |
Method |
Description |
Flavor |
get(int flavorId) |
Returns a Flavor by id.
|
com.google.common.collect.FluentIterable<Flavor> |
list() |
Returns a summary list of Flavors.
|
com.google.common.collect.FluentIterable<Flavor> |
list(String accountId) |
Returns a list of Flavors by Account ID (Tenant Id).
|
-
-
Method Detail
-
list
@Named("flavors:get/{id}")
@GET
@Path("/flavors/{id}")
@Consumes("application/json")
com.google.common.collect.FluentIterable<Flavor> list(@PathParam("id")
String accountId)
Returns a list of Flavors by Account ID (Tenant Id).
- Parameters:
flavorId
- The id of the tenant.
- Returns:
- The list of Flavors for Account/Tenant Id.