org.jclouds.vcloud.features
Interface VDCAsyncClient

All Known Subinterfaces:
VDCAsyncApi

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

@Deprecated
public interface VDCAsyncClient

Provides access to VDC functionality in vCloud

Author:
Adrian Cole

Method Summary
 com.google.common.util.concurrent.ListenableFuture<VDC> findVDCInOrgNamed(String orgName, String vdcName)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<VDC> getVDC(URI vdc)
          Deprecated.  
 

Method Detail

getVDC

com.google.common.util.concurrent.ListenableFuture<VDC> getVDC(URI vdc)
Deprecated. 
See Also:
VDCClient.getVDC(URI)

findVDCInOrgNamed

com.google.common.util.concurrent.ListenableFuture<VDC> findVDCInOrgNamed(@Nullable
                                                                          String orgName,
                                                                          @Nullable
                                                                          String vdcName)
Deprecated. 
See Also:
VDCClient.findVDCInOrgNamed(String, String)


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