org.jclouds.openstack.nova.v1_1
Interface NovaClient


public interface NovaClient

Provides synchronous access to Nova.

Author:
Adrian Cole
See Also:
NovaAsyncClient,

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

Method Detail

getConfiguredRegions

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

getServerClientForRegion

ServerClient getServerClientForRegion(@Nullable
                                      String region)
Provides synchronous access to Server features.



Copyright © 2009-2012 jclouds. All Rights Reserved.