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 voidNeutronRoutersNorthbound. 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 booleanNeutronRouter. 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 NeutronRouterNeutronRouterInterface. fromMd(Router router)Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronRouter Modifier and Type Method Description protected RouterNeutronRouterInterface. toMd(NeutronRouter router)
-