Uses of Class
org.opendaylight.neutron.northbound.api.NeutronL2gatewayRequest
-
Packages that use NeutronL2gatewayRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronL2gatewayRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronL2gatewayRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronL2gatewayNorthbound. createL2gateway(NeutronL2gatewayRequest input)
Creates L2gateway.javax.ws.rs.core.Response
NeutronL2gatewayNorthbound. updateL2gateway(String l2gatewayID, NeutronL2gatewayRequest input)
Updates a L2gateway.
-