org.jclouds.vcloud.director.v1_5.features
Interface OrgAsyncApi

All Known Subinterfaces:
AdminOrgAsyncApi

public interface OrgAsyncApi

Author:
Adrian Cole
See Also:
OrgApi

Method Summary
 com.google.common.util.concurrent.ListenableFuture<? extends Org> get(String orgUrn)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> get(URI orgHref)
           
 MetadataAsyncApi.Readable getMetadataApi(String orgUrn)
           
 MetadataAsyncApi.Readable getMetadataApi(URI orgHref)
           
 com.google.common.util.concurrent.ListenableFuture<OrgList> list()
           
 

Method Detail

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.