|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GuestOSClient
Provides synchronous access to CloudStack Operating System features.
GuestOSAsyncClient,
| Method Summary | |
|---|---|
Map.Entry<Long,String> |
getOSCategory(long id)
get a specific os category by id |
OSType |
getOSType(long id)
get a specific os type by id |
Map<Long,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 |
|---|
Set<OSType> listOSTypes(ListOSTypesOptions... options)
options - if present, how to constrain the list
OSType getOSType(long id)
id - os type to get
Map<Long,String> listOSCategories()
Map.Entry<Long,String> getOSCategory(long id)
id - os category to get
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||