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