Uses of Class
org.opendaylight.neutron.spi.NeutronRoute
-
Packages that use NeutronRoute Package Description org.opendaylight.neutron.spi -
-
Uses of NeutronRoute in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi that return types with arguments of type NeutronRoute Modifier and Type Method Description List<NeutronRoute>
NeutronSubnet. getHostRoutes()
List<NeutronRoute>
NeutronRouter. getRoutes()
Method parameters in org.opendaylight.neutron.spi with type arguments of type NeutronRoute Modifier and Type Method Description void
NeutronSubnet. setHostRoutes(List<NeutronRoute> hostRoutes)
void
NeutronRouter. setRoutes(List<NeutronRoute> routes)
-