Interface VirtualInterfaceApi
-
@Beta @Consumes("application/json") @Path("/servers") public interface VirtualInterfaceApi
Provides access to the OpenStack Compute (Nova) Virtual Interface (VIFs) extension API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.FluentIterable<VirtualInterface>
listOnServer(String serverId)
Returns the list of Virtual Interfaces for a given instance.
-
-
-
Method Detail
-
listOnServer
@Named("virtualInterface:list") @GET @Path("/{id}/os-virtual-interfaces") @Consumes("application/json") com.google.common.collect.FluentIterable<VirtualInterface> listOnServer(@PathParam("id") String serverId)
Returns the list of Virtual Interfaces for a given instance.- Returns:
- the list of virtual interfaces
-
-