org.jclouds.vcloud.director.v1_5.features
Interface OrgAsyncApi
- All Known Subinterfaces:
- AdminOrgAsyncApi
public interface OrgAsyncApi
- Author:
- Adrian Cole
- See Also:
OrgApi
list
com.google.common.util.concurrent.ListenableFuture<OrgList> list()
- See Also:
OrgApi.list()
get
com.google.common.util.concurrent.ListenableFuture<? extends Org> get(String orgUrn)
- See Also:
OrgApi.get(String)
get
com.google.common.util.concurrent.ListenableFuture<? extends Org> get(URI orgHref)
- See Also:
OrgApi.get(URI)
getMetadataApi
MetadataAsyncApi.Readable getMetadataApi(String orgUrn)
- Returns:
- asynchronous access to
Metadata.Readable features
getMetadataApi
MetadataAsyncApi.Readable getMetadataApi(URI orgHref)
Copyright © 2009-2012 jclouds. All Rights Reserved.