org.jclouds.vcloud.features
Interface NetworkAsyncClient

All Known Subinterfaces:
NetworkAsyncApi

Deprecated. The async interface will be removed in jclouds 1.7.

@Deprecated
public interface NetworkAsyncClient

Provides access to Network functionality in vCloud

Author:
Adrian Cole

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

Method Detail

findNetworkInOrgVDCNamed

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

getNetwork

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


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.