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


@Beta
public interface VirtualInterfaceApi

Provides access to the OpenStack Compute (Nova) Virtual Interface (VIFs) extension API.


Method Summary
 com.google.common.collect.FluentIterable<VirtualInterface> listOnServer(String serverId)
          Returns the list of Virtual Interfaces for a given instance.
 

Method Detail

listOnServer

@Named(value="virtualInterface:list")
com.google.common.collect.FluentIterable<VirtualInterface> listOnServer(String serverId)
Returns the list of Virtual Interfaces for a given instance.

Returns:
the list of virtual interfaces


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