org.jclouds.openstack.cinder.v1
Interface CinderApi

All Superinterfaces:
Closeable

public interface CinderApi
extends Closeable

Provides synchronous access to Cinder.

See Also:
API Doc

Method Summary
 Set<String> getConfiguredZones()
           
 org.jclouds.openstack.v2_0.features.ExtensionApi getExtensionApiForZone(String zone)
          Provides synchronous access to Extension features.
 QuotaApi getQuotaApi(String zone)
          Provides synchronous access to quotas 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.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getConfiguredZones

@Provides
Set<String> getConfiguredZones()
Returns:
the Zone codes configured

getExtensionApiForZone

org.jclouds.openstack.v2_0.features.ExtensionApi getExtensionApiForZone(@Nullable
                                                                        String zone)
Provides synchronous access to Extension features.


getVolumeApiForZone

VolumeApi getVolumeApiForZone(@Nullable
                              String zone)
Provides synchronous access to Volume features.


getVolumeTypeApiForZone

VolumeTypeApi getVolumeTypeApiForZone(@Nullable
                                      String zone)
Provides synchronous access to VolumeType features.


getSnapshotApiForZone

SnapshotApi getSnapshotApiForZone(@Nullable
                                  String zone)
Provides synchronous access to Snapshot features.


getQuotaApi

QuotaApi getQuotaApi(@Nullable
                     String zone)
Provides synchronous access to quotas features.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.