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

All Known Subinterfaces:
AdminNetworkAsyncApi

public interface NetworkAsyncApi

Author:
danikov
See Also:
NetworkApi

Method Summary
 com.google.common.util.concurrent.ListenableFuture<? extends Network> get(String networkUrn)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> get(URI networkHref)
           
 MetadataAsyncApi.Readable getMetadataApi(String networkUrn)
           
 MetadataAsyncApi.Readable getMetadataApi(URI networkHref)
           
 

Method Detail

get

com.google.common.util.concurrent.ListenableFuture<? extends Network> get(String networkUrn)
See Also:
NetworkApi.get(String)

get

com.google.common.util.concurrent.ListenableFuture<? extends Network> get(URI networkHref)
See Also:
NetworkApi.get(URI)

getMetadataApi

MetadataAsyncApi.Readable getMetadataApi(String networkUrn)
Returns:
asynchronous access to Metadata.Readable features

getMetadataApi

MetadataAsyncApi.Readable getMetadataApi(URI networkHref)


Copyright © 2009-2012 jclouds. All Rights Reserved.