Uses of Class
org.opendaylight.neutron.northbound.api.NeutronTrunkRequest
-
Packages that use NeutronTrunkRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronTrunkRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronTrunkRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronTrunksNorthbound. createTrunks(NeutronTrunkRequest input)
Creates new Trunk.javax.ws.rs.core.Response
NeutronTrunksNorthbound. updateTrunk(String trunkUUID, NeutronTrunkRequest input)
Updates a Trunk.
-