org.jclouds.vcloud
Interface VCloudAsyncClient


public interface VCloudAsyncClient

Provides access to VCloud resources via their REST API.

Author:
Adrian Cole
See Also:

Method Summary
 CatalogAsyncClient getCatalogClient()
          Provides asynchronous access to Catalog features.
 NetworkAsyncClient getNetworkClient()
          Provides asynchronous access to Network features.
 OrgAsyncClient getOrgClient()
          Provides asynchronous access to Org features.
 TaskAsyncClient getTaskClient()
          Provides asynchronous access to Task features.
 VAppAsyncClient getVAppClient()
          Provides asynchronous access to VApp features.
 VAppTemplateAsyncClient getVAppTemplateClient()
          Provides asynchronous access to VApp Template features.
 VDCAsyncClient getVDCClient()
          Provides asynchronous access to VDC features.
 VmAsyncClient getVmClient()
          Provides asynchronous access to Vm features.
 

Method Detail

getVAppTemplateClient

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

See Also:
VCloudClient.getVAppTemplateClient()

getVAppClient

VAppAsyncClient getVAppClient()
Provides asynchronous access to VApp features.

See Also:
VCloudClient.getVAppClient()

getVmClient

VmAsyncClient getVmClient()
Provides asynchronous access to Vm features.

See Also:
VCloudClient.getVmClient()

getCatalogClient

CatalogAsyncClient getCatalogClient()
Provides asynchronous access to Catalog features.

See Also:
VCloudClient.getCatalogClient()

getTaskClient

TaskAsyncClient getTaskClient()
Provides asynchronous access to Task features.

See Also:
VCloudClient.getTaskClient()

getVDCClient

VDCAsyncClient getVDCClient()
Provides asynchronous access to VDC features.

See Also:
VCloudClient.getVDCClient()

getNetworkClient

NetworkAsyncClient getNetworkClient()
Provides asynchronous access to Network features.

See Also:
VCloudClient.getNetworkClient()

getOrgClient

OrgAsyncClient getOrgClient()
Provides asynchronous access to Org features.

See Also:
VCloudClient.getOrgClient()


Copyright © 2009-2012 jclouds. All Rights Reserved.