public interface FlavorApi
FlavorAsyncApi
,
Modifier and Type | Method and Description |
---|---|
Flavor |
create(Flavor flavor)
Create flavor according to the provided object
|
void |
delete(String id)
Delete flavor with a given id
|
Flavor |
get(String id)
List details of the specified flavor
|
PagedIterable<? extends Resource> |
list()
List all flavors (IDs, names, links)
|
PaginatedCollection<? extends Resource> |
list(PaginationOptions options) |
PagedIterable<? extends Flavor> |
listInDetail()
List all flavors (all details)
|
PaginatedCollection<? extends Flavor> |
listInDetail(PaginationOptions options) |
PagedIterable<? extends Resource> list()
PaginatedCollection<? extends Resource> list(PaginationOptions options)
PagedIterable<? extends Flavor> listInDetail()
PaginatedCollection<? extends Flavor> listInDetail(PaginationOptions options)
Flavor get(String id)
id
- id of the flavorFlavor create(Flavor flavor)
flavor
- - flavor objectvoid delete(String id)
id
- - flavor idCopyright © 2009-2013 jclouds. All Rights Reserved.