public interface GuestOSAsyncClient
AsyncJobClient,
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Map.Entry<Long,String>> |
getOSCategory(long id) |
com.google.common.util.concurrent.ListenableFuture<OSType> |
getOSType(long id) |
com.google.common.util.concurrent.ListenableFuture<Map<Long,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(long id)
OSTypeClient#getOSTypecom.google.common.util.concurrent.ListenableFuture<Map<Long,String>> listOSCategories()
GuestOSClient.listOSCategories()com.google.common.util.concurrent.ListenableFuture<Map.Entry<Long,String>> getOSCategory(long id)
GuestOSClient.getOSCategory(long)Copyright © 2009-2012 jclouds. All Rights Reserved.