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