public interface GuestOSClient
GuestOSAsyncClient
,
Modifier and Type | Method and Description |
---|---|
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.
|
Set<OSType> listOSTypes(ListOSTypesOptions... options)
options
- if present, how to constrain the listOSType getOSType(long id)
id
- os type to getMap<Long,String> listOSCategories()
Copyright © 2009-2012 jclouds. All Rights Reserved.