Uses of Class
org.opendaylight.neutron.spi.NeutronPort
-
Packages that use NeutronPort Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronPort in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronPort Modifier and Type Method Description protected void
NeutronPortsNorthbound. updateDelta(String uuid, NeutronPort delta, NeutronPort original)
Constructor parameters in org.opendaylight.neutron.northbound.api with type arguments of type NeutronPort Constructor Description NeutronPortRequest(List<NeutronPort> bulkRequest, List<NeutronPageLink> links)
-
Uses of NeutronPort in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi with parameters of type NeutronPort Modifier and Type Method Description protected boolean
NeutronPort. extractField(String field, NeutronPort ans)
-
Uses of NeutronPort in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronPort Modifier and Type Method Description protected NeutronPort
NeutronPortInterface. fromMd(Port port)
Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronPort Modifier and Type Method Description protected void
NeutronPortInterface. addExtensions(Port port, NeutronPort result)
protected Port
NeutronPortInterface. toMd(NeutronPort neutronPort)
-