Uses of Class
org.opendaylight.neutron.spi.NeutronBgpvpn
-
Packages that use NeutronBgpvpn Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronBgpvpn in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronBgpvpn Modifier and Type Method Description protected void
NeutronBgpvpnsNorthbound. updateDelta(String uuid, NeutronBgpvpn delta, NeutronBgpvpn original)
Updates a Bgpvpn. -
Uses of NeutronBgpvpn in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi with parameters of type NeutronBgpvpn Modifier and Type Method Description protected boolean
NeutronBgpvpn. extractField(String field, NeutronBgpvpn ans)
-
Uses of NeutronBgpvpn in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronBgpvpn Modifier and Type Method Description protected NeutronBgpvpn
NeutronBgpvpnInterface. fromMd(Bgpvpn bgpvpn)
Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronBgpvpn Modifier and Type Method Description protected Bgpvpn
NeutronBgpvpnInterface. toMd(NeutronBgpvpn bgpvpn)
-