org.jclouds.ContextBuilder#buildApi(CinderApi.class)
as
CinderAsyncApi
interface will be removed in jclouds 1.7.@Deprecated public interface CinderAsyncApi extends Closeable
Modifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredZones()
Deprecated.
|
ExtensionAsyncApi |
getExtensionApiForZone(String zone)
Deprecated.
Provides asynchronous access to Extension features.
|
SnapshotAsyncApi |
getSnapshotApiForZone(String zone)
Deprecated.
Provides asynchronous access to Snapshot features.
|
VolumeAsyncApi |
getVolumeApiForZone(String zone)
Deprecated.
Provides asynchronous access to Volume features.
|
VolumeTypeAsyncApi |
getVolumeTypeApiForZone(String zone)
Deprecated.
Provides asynchronous access to VolumeType features.
|
@Provides Set<String> getConfiguredZones()
ExtensionAsyncApi getExtensionApiForZone(@Nullable String zone)
VolumeAsyncApi getVolumeApiForZone(@Nullable String zone)
VolumeTypeAsyncApi getVolumeTypeApiForZone(@Nullable String zone)
SnapshotAsyncApi getSnapshotApiForZone(@Nullable String zone)
Copyright © 2009-2013 jclouds. All Rights Reserved.