org.jclouds.openstack.nova.v2_0.extensions
Interface VirtualInterfaceAsyncApi


public interface VirtualInterfaceAsyncApi

Provides asynchronous access to Virtual Interface features (VIFs).

Author:
Adam Lowe
See Also:
VirtualInterfaceApi

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Set<VirtualInterface>> listVirtualInterfacesForServer(String serverId)
           
 

Method Detail

listVirtualInterfacesForServer

com.google.common.util.concurrent.ListenableFuture<Set<VirtualInterface>> listVirtualInterfacesForServer(String serverId)
See Also:
VirtualInterfaceApi.listVirtualInterfacesForServer(String)


Copyright © 2009-2012 jclouds. All Rights Reserved.