@Deprecated public interface L3VpnConfig extends HandlerBehaviour
| Modifier and Type | Method and Description |
|---|---|
Object |
bindInterface(Object objectData)
Deprecated.
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)
Deprecated.
Creates BGP routing protocol info on requested device with given
BGP info object.
|
Object |
createInstance(Object objectData)
Deprecated.
Create virtual routing forwarding instance on requested device with
given standard device model object data.
|
Object |
deleteBgpInfo(Object bgpInfo,
Object bgpConfig)
Deprecated.
Deletes BGP routing protocol info on requested device with given
BGP info object.
|
Object |
deleteInstance(Object objectData)
Deprecated.
Deletes virtual routing forwarding instance on requested device with
given standard device model object data.
|
Object |
unbindInterface(Object objectData)
Deprecated.
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