org.jclouds.openstack.glance.v1_0
Interface GlanceApi

All Superinterfaces:
Closeable

public interface GlanceApi
extends Closeable

Provides access to Glance.

Author:
Adrian Cole
See Also:
api doc

Method Summary
 Set<String> getConfiguredZones()
           
 org.jclouds.openstack.v2_0.features.ExtensionApi getExtensionApiForZone(String zone)
          Provides access to Extension features.
 ImageApi getImageApiForZone(String zone)
          Provides access to Image features.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getConfiguredZones

@Provides
Set<String> getConfiguredZones()
Returns:
the Zone codes configured

getExtensionApiForZone

org.jclouds.openstack.v2_0.features.ExtensionApi getExtensionApiForZone(@Nullable
                                                                        String zone)
Provides access to Extension features.


getImageApiForZone

ImageApi getImageApiForZone(@Nullable
                            String zone)
Provides access to Image features.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.