@Beta
@Consumes(value="application/json")
@Path(value="/servers")
public interface VirtualInterfaceApi
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<VirtualInterface> |
listOnServer(String serverId)
Returns the list of Virtual Interfaces for a given instance.
|
@Named(value="virtualInterface:list")
@GET
@Path(value="/{id}/os-virtual-interfaces")
@Consumes(value="application/json")
com.google.common.collect.FluentIterable<VirtualInterface> listOnServer(@PathParam(value="id")
String serverId)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.