public interface CinderApi extends Closeable
CinderAsyncApi,
API Doc| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConfiguredZones() |
org.jclouds.openstack.v2_0.features.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.
|
org.jclouds.openstack.v2_0.features.ExtensionApi getExtensionApiForZone(@Nullable
String zone)
VolumeApi getVolumeApiForZone(@Nullable String zone)
VolumeTypeApi getVolumeTypeApiForZone(@Nullable String zone)
SnapshotApi getSnapshotApiForZone(@Nullable String zone)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.