Package org.jclouds.openstack.cinder.v1
Interface CinderApi
-
- All Superinterfaces:
AutoCloseable
,Closeable
public interface CinderApi extends Closeable
Provides access to OpenStack Block Storage (Cinder) v1 API.
-
-
Method Summary
-
-
-
Method Detail
-
getConfiguredRegions
@Provides Set<String> getConfiguredRegions()
- Returns:
- the Region codes configured
-
getExtensionApi
ExtensionApi getExtensionApi(String region)
Provides access toExtension
features.
-
getVolumeTypeApi
VolumeTypeApi getVolumeTypeApi(String region)
Provides access toVolumeType
features.
-
getSnapshotApi
SnapshotApi getSnapshotApi(String region)
Provides access toSnapshot
features.
-
getAvailabilityZoneApi
AvailabilityZoneApi getAvailabilityZoneApi(@Nullable String region)
Provides access to Availability Zone features
-
getConfiguredZones
@Deprecated @Provides Set<String> getConfiguredZones()
Deprecated.Please usegetConfiguredRegions()
instead. To be removed in jclouds 2.0.- Returns:
- the Zone codes configured
-
getExtensionApiForZone
@Deprecated ExtensionApi getExtensionApiForZone(String zone)
Deprecated.Please usegetExtensionApi(String region)
instead. To be removed in jclouds 2.0.Provides access to Extension features.
-
getVolumeApiForZone
@Deprecated VolumeApi getVolumeApiForZone(String zone)
Deprecated.Please usegetVolumeApi(String region)
instead. To be removed in jclouds 2.0.Provides access to Volume features.
-
getVolumeTypeApiForZone
@Deprecated VolumeTypeApi getVolumeTypeApiForZone(String zone)
Deprecated.Please usegetVolumeTypeApi(String region)
instead. To be removed in jclouds 2.0.Provides access to VolumeType features.
-
getSnapshotApiForZone
@Deprecated SnapshotApi getSnapshotApiForZone(String zone)
Deprecated.Please usegetSnapshotApi(String)
instead. To be removed in jclouds 2.0.Provides access to Snapshot features.
-
-