public interface QuantumAsyncApi
QuantumApi
,
api docModifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredZones() |
ExtensionAsyncApi |
getExtensionApiForZone(String zone)
Provides asynchronous access to Extension features.
|
NetworkAsyncApi |
getNetworkApiForZone(String zone)
Provides asynchronous access to Network features.
|
PortAsyncApi |
getPortApiForZoneAndNetwork(String zone,
String networkId)
Provides asynchronous access to Port features.
|
ExtensionAsyncApi getExtensionApiForZone(@Nullable String zone)
NetworkAsyncApi getNetworkApiForZone(@Nullable String zone)
PortAsyncApi getPortApiForZoneAndNetwork(@Nullable String zone, String networkId)
Copyright © 2009-2013 jclouds. All Rights Reserved.