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


public interface VirtualInterfaceApi

Provides synchronous access to Virtual Interface features (VIFs).

Author:
Adam Lowe
See Also:
VirtualInterfaceAsyncApi

Method Summary
 Set<VirtualInterface> listVirtualInterfacesForServer(String serverId)
          Returns the list of Virtual Interfaces for a given instance.
 

Method Detail

listVirtualInterfacesForServer

Set<VirtualInterface> listVirtualInterfacesForServer(String serverId)
Returns the list of Virtual Interfaces for a given instance.

Returns:
the list of snapshots


Copyright © 2009-2012 jclouds. All Rights Reserved.