Uses of Class
org.opendaylight.neutron.northbound.api.NeutronRouterRequest
-
Packages that use NeutronRouterRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronRouterRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronRouterRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronRoutersNorthbound. createRouters(NeutronRouterRequest input)
Creates new Routers.javax.ws.rs.core.Response
NeutronRoutersNorthbound. updateRouter(String routerUUID, NeutronRouterRequest input)
Updates a Router.
-