Interface GlanceApi
-
- All Superinterfaces:
AutoCloseable
,Closeable
public interface GlanceApi extends Closeable
Provides access to the OpenStack Image (Glance) v1 API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getConfiguredRegions()
Gets the configured regions.ImageApi
getImageApi(String region)
Provides access to Image features.
-