public interface GuestOSAsyncClient
AsyncJobClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Map.Entry<String,String>> |
getOSCategory(String id) |
com.google.common.util.concurrent.ListenableFuture<OSType> |
getOSType(String id) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
listOSCategories() |
com.google.common.util.concurrent.ListenableFuture<Set<OSType>> |
listOSTypes(ListOSTypesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<OSType>> listOSTypes(ListOSTypesOptions... options)
com.google.common.util.concurrent.ListenableFuture<OSType> getOSType(String id)
OSTypeClient#getOSType
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> listOSCategories()
GuestOSClient.listOSCategories()
Copyright © 2009-2013 jclouds. All Rights Reserved.