org.jclouds.openstack.glance.v1_0
Interface GlanceApi


public interface GlanceApi

Provides synchronous access to Glance.

Author:
Adrian Cole
See Also:
GlanceAsyncApi, api doc

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

Method Detail

getConfiguredRegions

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

getImageApiForRegion

ImageApi getImageApiForRegion(@Nullable
                              String region)
Provides synchronous access to Image features.



Copyright © 2009-2012 jclouds. All Rights Reserved.