org.jclouds.openstack.glance.v1_0
Interface GlanceApi

All Superinterfaces:
Closeable

public interface GlanceApi
extends Closeable

Provides access to the OpenStack Image (Glance) v1 API.


Method Summary
 Set<String> getConfiguredZones()
          Gets the configured zones.
 ImageApi getImageApiForZone(String zone)
          Provides access to Image features.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getConfiguredZones

@Provides
Set<String> getConfiguredZones()
Gets the configured zones.

Returns:
the zone codes currently configured

getImageApiForZone

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



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