|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GuestOSApi
Provides synchronous access to cloudstack via their REST API.
| Method Summary | |
|---|---|
Map.Entry<String,String> |
getOSCategory(String id)
get a specific os category by id |
OSType |
getOSType(String id)
get a specific os type by id |
Map<String,String> |
listOSCategories()
Lists all supported OS categories for this cloud. |
Set<OSType> |
listOSTypes(ListOSTypesOptions... options)
Lists all supported OS types for this cloud. |
| Method Detail |
|---|
@Named(value="listOsTypes") Set<OSType> listOSTypes(ListOSTypesOptions... options)
options - if present, how to constrain the list
@Named(value="listOsTypes") OSType getOSType(String id)
id - os type to get
@Named(value="listOsCategories") Map<String,String> listOSCategories()
@Named(value="listOsCategories") Map.Entry<String,String> getOSCategory(String id)
id - os category to get
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||