@Path(value="privateip")
public class VbngResource
extends org.onosproject.rest.AbstractWebResource
| Constructor and Description |
|---|
VbngResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
privateIpAddNotification(String privateIp,
String mac,
String hostName)
Create a new virtual BNG connection.
|
javax.ws.rs.core.Response |
privateIpDeleteNotification()
Query virtual BNG map.
|
javax.ws.rs.core.Response |
privateIpDeleteNotification(String privateIp)
Delete a virtual BNG connection.
|
codec, encodeArray, getService, mapper, newArray, newObjectget, ok, setServiceDirectory@POST
@Path(value="{privateip}/{mac}/{hostname}")
public String privateIpAddNotification(@PathParam(value="privateip")
String privateIp,
@PathParam(value="mac")
String mac,
@PathParam(value="hostname")
String hostName)
privateIp - IP Address for the BNG private networkmac - MAC address for the hosthostName - name of the host@DELETE
@Path(value="{privateip}")
public javax.ws.rs.core.Response privateIpDeleteNotification(@PathParam(value="privateip")
String privateIp)
privateIp - IP Address for the BNG private network@GET @Path(value="map") @Produces(value="application/json") public javax.ws.rs.core.Response privateIpDeleteNotification()