public interface CinderApi extends Closeable
Modifier and Type | Method and Description |
---|---|
AvailabilityZoneApi |
getAvailabilityZoneApi(String region)
Provides access to Availability Zone features
|
Set<String> |
getConfiguredRegions() |
Set<String> |
getConfiguredZones()
Deprecated.
Please use
getConfiguredRegions() instead. To be removed in jclouds 2.0. |
ExtensionApi |
getExtensionApi(String region)
Provides access to
Extension features. |
ExtensionApi |
getExtensionApiForZone(String zone)
Deprecated.
Please use
getExtensionApi(String region) instead. To be removed in jclouds 2.0. |
QuotaApi |
getQuotaApi(String region)
Provides access to quota features.
|
SnapshotApi |
getSnapshotApi(String region)
Provides access to
Snapshot features. |
SnapshotApi |
getSnapshotApiForZone(String zone)
Deprecated.
Please use
getSnapshotApi(String) instead. To be removed in jclouds 2.0. |
VolumeApi |
getVolumeApi(String region)
Provides access to
Volume features. |
VolumeApi |
getVolumeApiForZone(String zone)
Deprecated.
Please use
getVolumeApi(String region) instead. To be removed in jclouds 2.0. |
VolumeTypeApi |
getVolumeTypeApi(String region)
Provides access to
VolumeType features. |
VolumeTypeApi |
getVolumeTypeApiForZone(String zone)
Deprecated.
Please use
getVolumeTypeApi(String region) instead. To be removed in jclouds 2.0. |
@Provides Set<String> getConfiguredRegions()
ExtensionApi getExtensionApi(String region)
Extension
features.VolumeTypeApi getVolumeTypeApi(String region)
VolumeType
features.SnapshotApi getSnapshotApi(String region)
Snapshot
features.AvailabilityZoneApi getAvailabilityZoneApi(@Nullable String region)
@Deprecated @Provides Set<String> getConfiguredZones()
getConfiguredRegions()
instead. To be removed in jclouds 2.0.@Deprecated ExtensionApi getExtensionApiForZone(String zone)
getExtensionApi(String region)
instead. To be removed in jclouds 2.0.@Deprecated VolumeApi getVolumeApiForZone(String zone)
getVolumeApi(String region)
instead. To be removed in jclouds 2.0.@Deprecated VolumeTypeApi getVolumeTypeApiForZone(String zone)
getVolumeTypeApi(String region)
instead. To be removed in jclouds 2.0.@Deprecated SnapshotApi getSnapshotApiForZone(String zone)
getSnapshotApi(String)
instead. To be removed in jclouds 2.0.Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.