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