org.jclouds.openstack.nova.v1_1
Interface NovaAsyncClient


public interface NovaAsyncClient

Provides asynchronous access to Nova via their REST API.

Author:
Adrian Cole
See Also:
NovaClient,

Method Summary
 Set<String> getConfiguredRegions()
           
 ServerAsyncClient getServerClientForRegion(String region)
          Provides asynchronous access to Server features.
 

Method Detail

getConfiguredRegions

@Provides
Set<String> getConfiguredRegions()
Returns:
the region codes configured

getServerClientForRegion

ServerAsyncClient getServerClientForRegion(@Nullable
                                           String region)
Provides asynchronous access to Server features.



Copyright © 2009-2012 jclouds. All Rights Reserved.