org.jclouds.cloudstack.features
Interface GuestOSAsyncClient
public interface GuestOSAsyncClient
Provides asynchronous access to cloudstack via their REST API.
- Author:
- Adrian Cole
- See Also:
AsyncJobClient
,
listOSTypes
com.google.common.util.concurrent.ListenableFuture<Set<OSType>> listOSTypes(ListOSTypesOptions... options)
- See Also:
GuestOSClient.listOSTypes(org.jclouds.cloudstack.options.ListOSTypesOptions...)
getOSType
com.google.common.util.concurrent.ListenableFuture<OSType> getOSType(long id)
- See Also:
OSTypeClient#getOSType
listOSCategories
com.google.common.util.concurrent.ListenableFuture<Map<Long,String>> listOSCategories()
- See Also:
GuestOSClient.listOSCategories()
getOSCategory
com.google.common.util.concurrent.ListenableFuture<Map.Entry<Long,String>> getOSCategory(long id)
- See Also:
GuestOSClient.getOSCategory(long)
Copyright © 2009-2012 jclouds. All Rights Reserved.