org.jclouds.vcloud.features
Interface NetworkAsyncClient


public interface NetworkAsyncClient

Provides access to Network functionality in vCloud

Author:
Adrian Cole

Method Summary
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> getNetwork(URI network)
           
 

Method Detail

findNetworkInOrgVDCNamed

com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> findNetworkInOrgVDCNamed(@Nullable
                                                                                                  String orgName,
                                                                                                  @Nullable
                                                                                                  String catalogName,
                                                                                                  String networkName)
See Also:
NetworkClient.findNetworkInOrgVDCNamed(java.lang.String, java.lang.String, java.lang.String)

getNetwork

com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> getNetwork(URI network)
See Also:
NetworkClient.getNetwork(java.net.URI)


Copyright © 2009-2011 jclouds. All Rights Reserved.