public interface CinderApi extends Closeable
CinderAsyncApi
,
API DocModifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredZones() |
ExtensionApi |
getExtensionApiForZone(String zone)
Provides synchronous access to Extension features.
|
SnapshotApi |
getSnapshotApiForZone(String zone)
Provides synchronous access to Snapshot features.
|
VolumeApi |
getVolumeApiForZone(String zone)
Provides synchronous access to Volume features.
|
VolumeTypeApi |
getVolumeTypeApiForZone(String zone)
Provides synchronous access to VolumeType features.
|
ExtensionApi getExtensionApiForZone(@Nullable String zone)
VolumeApi getVolumeApiForZone(@Nullable String zone)
VolumeTypeApi getVolumeTypeApiForZone(@Nullable String zone)
SnapshotApi getSnapshotApiForZone(@Nullable String zone)
Copyright © 2009-2013 jclouds. All Rights Reserved.