public interface QuantumClient
QuantumAsyncClient
,
api docModifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredRegions() |
NetworkClient |
getNetworkClientForRegion(String region)
Provides synchronous access to Network features.
|
PortClient |
getPortClientForRegionAndNetwork(String region,
String networkId)
Provides synchronous access to Port features.
|
@Provides Set<String> getConfiguredRegions()
NetworkClient getNetworkClientForRegion(@Nullable String region)
PortClient getPortClientForRegionAndNetwork(@Nullable String region, String networkId)
Copyright © 2009-2012 jclouds. All Rights Reserved.