org.jclouds.openstack.glance.v1_0
Interface GlanceAsyncApi


public interface GlanceAsyncApi

Provides asynchronous access to Glance via their REST API.

Author:
Adrian Cole
See Also:
GlanceApi, api doc

Method Summary
 Set<String> getConfiguredRegions()
           
 ImageAsyncApi getImageApiForRegion(String region)
          Provides asynchronous access to Image features.
 

Method Detail

getConfiguredRegions

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

getImageApiForRegion

ImageAsyncApi getImageApiForRegion(@Nullable
                                   String region)
Provides asynchronous access to Image features.



Copyright © 2009-2012 jclouds. All Rights Reserved.