org.jclouds.ContextBuilder#buildApi(VCloudClient.class) as
VCloudAsyncClient interface will be removed in jclouds 1.7.@Deprecated public interface VCloudAsyncClient extends Closeable
| Modifier and Type | Method and Description |
|---|---|
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.
|
VAppTemplateAsyncClient getVAppTemplateClient()
VCloudClient.getVAppTemplateClient()VAppAsyncClient getVAppClient()
VCloudClient.getVAppClient()VmAsyncClient getVmClient()
VCloudClient.getVmClient()CatalogAsyncClient getCatalogClient()
VCloudClient.getCatalogClient()TaskAsyncClient getTaskClient()
VCloudClient.getTaskClient()VDCAsyncClient getVDCClient()
VCloudClient.getVDCClient()NetworkAsyncClient getNetworkClient()
VCloudClient.getNetworkClient()OrgAsyncClient getOrgClient()
VCloudClient.getOrgClient()Copyright © 2009-2013 jclouds. All Rights Reserved.