Uses of Class
org.opendaylight.neutron.spi.NeutronRouter
-
Packages that use NeutronRouter Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronRouter in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronRouter Modifier and Type Method Description protected void
NeutronRoutersNorthbound. updateDelta(String uuid, NeutronRouter delta, NeutronRouter original)
-
Uses of NeutronRouter in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi with parameters of type NeutronRouter Modifier and Type Method Description protected boolean
NeutronRouter. extractField(String field, NeutronRouter ans)
-
Uses of NeutronRouter in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronRouter Modifier and Type Method Description NeutronRouter
NeutronRouterInterface. fromMd(Router router)
Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronRouter Modifier and Type Method Description protected Router
NeutronRouterInterface. toMd(NeutronRouter router)
-