org.jclouds.opsource.servers
Interface OpSourceServersAsyncClient


public interface OpSourceServersAsyncClient

Provides asynchronous access to OpSourceServers via their REST API.

Author:
Adrian Cole
See Also:
OpSourceServersClient

Method Summary
 AccountAsyncClient getAccountClient()
           
 ServerAsyncClient getServerClient()
           
 ServerImageAsyncClient getServerImageClient()
           
 

Method Detail

getAccountClient

AccountAsyncClient getAccountClient()
Returns:
asynchronous access to Account features

getServerImageClient

ServerImageAsyncClient getServerImageClient()
Returns:
asynchronous access to ServerImage features

getServerClient

ServerAsyncClient getServerClient()
Returns:
asynchronous access to server features


Copyright © 2009-2012 jclouds. All Rights Reserved.