public interface QuantumAsyncApi
QuantumApi
,
api docModifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredRegions() |
ExtensionAsyncApi |
getExtensionApiForRegion(String region)
Provides asynchronous access to Extension features.
|
NetworkAsyncApi |
getNetworkApiForRegion(String region)
Provides asynchronous access to Network features.
|
PortAsyncApi |
getPortApiForRegionAndNetwork(String region,
String networkId)
Provides asynchronous access to Port features.
|
@Provides Set<String> getConfiguredRegions()
ExtensionAsyncApi getExtensionApiForRegion(@Nullable String region)
NetworkAsyncApi getNetworkApiForRegion(@Nullable String region)
PortAsyncApi getPortApiForRegionAndNetwork(@Nullable String region, String networkId)
Copyright © 2009-2012 jclouds. All Rights Reserved.