![]() |
Open Kilda Java Documentation
|
This is the complete list of members for org.openkilda.northbound.controller.SwitchController, including all inherited members.
configurePort( @PathVariable(name="switch_id") SwitchId switchId, @PathVariable(name="port_no") int portNo, @RequestBody PortConfigurationPayload portConfig) | org.openkilda.northbound.controller.SwitchController | |
deleteMeter(@PathVariable(name="switch_id") SwitchId switchId, @PathVariable(name="meter_id") long meterId) | org.openkilda.northbound.controller.SwitchController | |
deleteSwitchRules( @PathVariable("switch-id") SwitchId switchId, @ApiParam(value="default: IGNORE_DEFAULTS. Can be one of DeleteRulesAction: "+"DROP_ALL,DROP_ALL_ADD_DEFAULTS,IGNORE_DEFAULTS,OVERWRITE_DEFAULTS,"+"REMOVE_DROP,REMOVE_BROADCAST,REMOVE_UNICAST,REMOVE_DEFAULTS,REMOVE_ADD_DEFAULTS", required=false) @RequestParam(value="delete-action", required=false) Optional< DeleteRulesAction > deleteAction, @RequestParam(value="cookie", required=false) Optional< Long > cookie, @RequestParam(value="in-port", required=false) Optional< Integer > inPort, @RequestParam(value="in-vlan", required=false) Optional< Integer > inVlan, @RequestParam(value="priority", required=false) Optional< Integer > priority, @RequestParam(value="out-port", required=false) Optional< Integer > outPort) | org.openkilda.northbound.controller.SwitchController | |
getSwitches() | org.openkilda.northbound.controller.SwitchController | |
getSwitchRules( @PathVariable("switch-id") SwitchId switchId, @ApiParam(value="Results will be filtered based on matching the cookie.", required=false) @RequestParam(value="cookie", required=false) Optional< Long > cookie) | org.openkilda.northbound.controller.SwitchController | |
installSwitchRules( @PathVariable("switch-id") SwitchId switchId, @ApiParam(value="default: INSTALL_DEFAULTS. Can be one of InstallRulesAction: "+" INSTALL_DROP,INSTALL_BROADCAST,INSTALL_UNICAST,INSTALL_DEFAULTS", required=false) @RequestParam(value="install-action", required=false) Optional< InstallRulesAction > installAction) | org.openkilda.northbound.controller.SwitchController | |
syncRules(@PathVariable(name="switch_id") SwitchId switchId) | org.openkilda.northbound.controller.SwitchController | |
toggleSwitchConnectMode( @RequestParam("mode") ConnectModeRequest.Mode mode) | org.openkilda.northbound.controller.SwitchController | |
validateRules(@PathVariable(name="switch_id") SwitchId switchId) | org.openkilda.northbound.controller.SwitchController |