Uses of Class
org.opendaylight.neutron.northbound.api.NeutronPortRequest
-
Packages that use NeutronPortRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronPortRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronPortRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronPortsNorthbound. createPorts(NeutronPortRequest input)
Creates new Ports.javax.ws.rs.core.Response
NeutronPortsNorthbound. updatePort(String portUUID, NeutronPortRequest input)
Updates a Port.
-