public interface QuantumApi
QuantumAsyncApi,
api doc| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConfiguredZones() |
ExtensionApi |
getExtensionApiForZone(String zone)
Provides synchronous access to Extension features.
|
NetworkApi |
getNetworkApiForZone(String zone)
Provides synchronous access to Network features.
|
PortApi |
getPortApiForZoneAndNetwork(String zone,
String networkId)
Provides synchronous access to Port features.
|
ExtensionApi getExtensionApiForZone(@Nullable String zone)
NetworkApi getNetworkApiForZone(@Nullable String zone)
Copyright © 2009-2013 jclouds. All Rights Reserved.