org.jclouds.vcloud.features
Interface OrgAsyncClient
public interface OrgAsyncClient
Provides access to Org functionality in vCloud
- Author:
- Adrian Cole
listOrgs
com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> listOrgs()
- See Also:
OrgClient.listOrgs()
getOrg
com.google.common.util.concurrent.ListenableFuture<? extends Org> getOrg(URI orgId)
- See Also:
OrgClient.getOrg(java.net.URI)
findOrgNamed
com.google.common.util.concurrent.ListenableFuture<? extends Org> findOrgNamed(@Nullable
String orgName)
- See Also:
OrgClient#getOrgNamed
Copyright © 2009-2011 jclouds. All Rights Reserved.