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 voidNeutronPortsNorthbound. 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 booleanNeutronPort. 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 NeutronPortNeutronPortInterface. fromMd(Port port)Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronPort Modifier and Type Method Description protected voidNeutronPortInterface. addExtensions(Port port, NeutronPort result)protected PortNeutronPortInterface. toMd(NeutronPort neutronPort)
-