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)
           
 

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)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.