org.jclouds.openstack.quantum.v1_0
Interface QuantumApi


public interface QuantumApi

Provides synchronous access to Quantum.

Author:
Adam Lowe
See Also:
QuantumAsyncApi, api doc

Method Summary
 Set<String> getConfiguredRegions()
           
 NetworkApi getNetworkApiForRegion(String region)
          Provides synchronous access to Network features.
 PortApi getPortApiForRegionAndNetwork(String region, String networkId)
          Provides synchronous access to Port features.
 

Method Detail

getConfiguredRegions

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

getNetworkApiForRegion

NetworkApi getNetworkApiForRegion(@Nullable
                                  String region)
Provides synchronous access to Network features.


getPortApiForRegionAndNetwork

PortApi getPortApiForRegionAndNetwork(@Nullable
                                      String region,
                                      String networkId)
Provides synchronous access to Port features.



Copyright © 2009-2012 jclouds. All Rights Reserved.