Uses of Class
org.opendaylight.neutron.spi.NeutronNetwork
-
Packages that use NeutronNetwork Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronNetwork in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronNetwork Modifier and Type Method Description protected voidNeutronNetworksNorthbound. updateDelta(String uuid, NeutronNetwork delta, NeutronNetwork original) -
Uses of NeutronNetwork in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi with parameters of type NeutronNetwork Modifier and Type Method Description booleanNeutronNetwork. extractField(String field, NeutronNetwork ans) -
Uses of NeutronNetwork in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronNetwork Modifier and Type Method Description protected NeutronNetworkNeutronNetworkInterface. fromMd(Network network)Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronNetwork Modifier and Type Method Description protected booleanNeutronNetworkInterface. areAllDependenciesAvailable(org.opendaylight.controller.md.sal.binding.api.ReadTransaction tx, NeutronNetwork network)protected NetworkNeutronNetworkInterface. toMd(NeutronNetwork network)
-