org.jclouds.vcloud
Interface VCloudAsyncClient

All Superinterfaces:
Closeable
All Known Subinterfaces:
VCloudAsyncApi

Deprecated. please use org.jclouds.ContextBuilder#buildApi(VCloudApi.class) as VCloudAsyncClient interface will be removed in jclouds 1.7.

@Deprecated
public interface VCloudAsyncClient
extends Closeable

Provides access to VCloud resources via their REST API.

Author:
Adrian Cole
See Also:

Method Summary
 CatalogAsyncClient getCatalogClient()
          Deprecated. Provides asynchronous access to Catalog features.
 NetworkAsyncClient getNetworkClient()
          Deprecated. Provides asynchronous access to Network features.
 OrgAsyncClient getOrgClient()
          Deprecated. Provides asynchronous access to Org features.
 TaskAsyncClient getTaskClient()
          Deprecated. Provides asynchronous access to Task features.
 VAppAsyncClient getVAppClient()
          Deprecated. Provides asynchronous access to VApp features.
 VAppTemplateAsyncClient getVAppTemplateClient()
          Deprecated. Provides asynchronous access to VApp Template features.
 VDCAsyncClient getVDCClient()
          Deprecated. Provides asynchronous access to VDC features.
 VmAsyncClient getVmClient()
          Deprecated. Provides asynchronous access to Vm features.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getVAppTemplateClient

VAppTemplateAsyncClient getVAppTemplateClient()
Deprecated. 
Provides asynchronous access to VApp Template features.

See Also:
VCloudClient.getVAppTemplateClient()

getVAppClient

VAppAsyncClient getVAppClient()
Deprecated. 
Provides asynchronous access to VApp features.

See Also:
VCloudClient.getVAppClient()

getVmClient

VmAsyncClient getVmClient()
Deprecated. 
Provides asynchronous access to Vm features.

See Also:
VCloudClient.getVmClient()

getCatalogClient

CatalogAsyncClient getCatalogClient()
Deprecated. 
Provides asynchronous access to Catalog features.

See Also:
VCloudClient.getCatalogClient()

getTaskClient

TaskAsyncClient getTaskClient()
Deprecated. 
Provides asynchronous access to Task features.

See Also:
VCloudClient.getTaskClient()

getVDCClient

VDCAsyncClient getVDCClient()
Deprecated. 
Provides asynchronous access to VDC features.

See Also:
VCloudClient.getVDCClient()

getNetworkClient

NetworkAsyncClient getNetworkClient()
Deprecated. 
Provides asynchronous access to Network features.

See Also:
VCloudClient.getNetworkClient()

getOrgClient

OrgAsyncClient getOrgClient()
Deprecated. 
Provides asynchronous access to Org features.

See Also:
VCloudClient.getOrgClient()


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