org.jclouds.vcloud.features
Interface VDCAsyncClient
public interface VDCAsyncClient
Provides access to VDC functionality in vCloud
- Author:
- Adrian Cole
getVDC
com.google.common.util.concurrent.ListenableFuture<? extends VDC> getVDC(URI vdc)
- See Also:
VDCClient.getVDC(URI)
findVDCInOrgNamed
com.google.common.util.concurrent.ListenableFuture<? extends VDC> findVDCInOrgNamed(@Nullable
String orgName,
@Nullable
String vdcName)
- See Also:
VDCClient.findVDCInOrgNamed(String, String)
Copyright © 2009-2011 jclouds. All Rights Reserved.