![]() |
Open Kilda Java Documentation
|
This is the complete list of members for org.openkilda.northbound.controller.LinkController, including all inherited members.
delLinkProps( @RequestBody List< LinkPropsDto > keysAndProps) | org.openkilda.northbound.controller.LinkController | |
getLinkProps(@RequestParam(value="src_switch", required=false) SwitchId srcSwitch, @RequestParam(value="src_port", required=false) Integer srcPort, @RequestParam(value="dst_switch", required=false) SwitchId dstSwitch, @RequestParam(value="dst_port", required=false) Integer dstPort) | org.openkilda.northbound.controller.LinkController | |
getLinks() | org.openkilda.northbound.controller.LinkController | |
putLinkProps( @RequestBody List< LinkPropsDto > keysAndProps) | org.openkilda.northbound.controller.LinkController |