public interface FlavorApi
FlavorApi
,
Modifier and Type | Method and Description |
---|---|
Flavor |
getFlavor(String id)
List details of the specified flavor
|
Set<? extends Resource> |
listFlavors()
List all flavors (IDs, names, links)
|
Set<? extends Flavor> |
listFlavorsInDetail()
List all flavors (all details)
|
Copyright © 2009-2012 jclouds. All Rights Reserved.