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.
|
String |
privateIpDeleteNotification(String privateIp)
Delete a virtual BNG connection.
|
public String privateIpAddNotification(String privateIp, String mac, String hostName)
privateIp - IP Address for the BNG private networkmac - MAC address for the hosthostName - name of the hostpublic String privateIpDeleteNotification(String privateIp)
privateIp - IP Address for the BNG private networkpublic javax.ws.rs.core.Response privateIpDeleteNotification()
Copyright © 2015. All rights reserved.