public interface L3VpnConfig extends HandlerBehaviour
| Modifier and Type | Method and Description |
|---|---|
Object |
bindInterface(Object objectData)
Binds requested virtual routing forwarding instance to interface on the
requested device with given standard device model object data.
|
Object |
createBgpInfo(Object bgpInfo,
Object bgpConfig)
Creates BGP routing protocol info on requested device with given
BGP info object.
|
Object |
createInstance(Object objectData)
Create virtual routing forwarding instance on requested device with
given standard device model object data.
|
Object |
deleteBgpInfo(Object bgpInfo,
Object bgpConfig)
Deletes BGP routing protocol info on requested device with given
BGP info object.
|
Object |
deleteInstance(Object objectData)
Deletes virtual routing forwarding instance on requested device with
given standard device model object data.
|
Object |
unbindInterface(Object objectData)
Unbinds requested virtual routing forwarding instance to interface on the
requested device with given standard device model object data.
|
handler, setHandlerObject createInstance(Object objectData)
objectData - standard device model object dataObject bindInterface(Object objectData)
objectData - standard device model object dataObject deleteInstance(Object objectData)
objectData - standard device model object dataObject unbindInterface(Object objectData)
objectData - standard device model object dataObject createBgpInfo(Object bgpInfo, Object bgpConfig)
bgpInfo - BGP info objectbgpConfig - BGP driver config