public interface NetworkAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
getNetwork(URI network) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> findNetworkInOrgVDCNamed(@Nullable String orgName, @Nullable String catalogName, String networkName)
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> getNetwork(URI network)
Copyright © 2009-2012 jclouds. All Rights Reserved.