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.
|
@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()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.