org.jclouds.openstack.quantum.v1_0
Interface QuantumAsyncApi


public interface QuantumAsyncApi

Provides asynchronous access to Quantum via their REST API.

Author:
Adam Lowe
See Also:
QuantumApi, api doc

Method Summary
 Set<String> getConfiguredRegions()
           
 NetworkAsyncApi getNetworkApiForRegion(String region)
          Provides asynchronous access to Network features.
 PortAsyncApi getPortApiForRegionAndNetwork(String region, String networkId)
          Provides asynchronous access to Port features.
 

Method Detail

getConfiguredRegions

@Provides
Set<String> getConfiguredRegions()
Returns:
the Region codes configured

getNetworkApiForRegion

NetworkAsyncApi getNetworkApiForRegion(@Nullable
                                       String region)
Provides asynchronous access to Network features.


getPortApiForRegionAndNetwork

PortAsyncApi getPortApiForRegionAndNetwork(@Nullable
                                           String region,
                                           String networkId)
Provides asynchronous access to Port features.



Copyright © 2009-2012 jclouds. All Rights Reserved.