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 void
NeutronNetworksNorthbound. 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 boolean
NeutronNetwork. 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 NeutronNetwork
NeutronNetworkInterface. fromMd(Network network)
Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronNetwork Modifier and Type Method Description protected boolean
NeutronNetworkInterface. areAllDependenciesAvailable(org.opendaylight.mdsal.binding.api.ReadOperations tx, NeutronNetwork network)
protected Network
NeutronNetworkInterface. toMd(NeutronNetwork network)
-