![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
List< SwitchInfo > | getSwitches () throws IntegrationException |
List< IslLinkInfo > | getIslLinks () |
LinkProps | getLinkProps (LinkProps keys) |
String | updateLinkProps (List< LinkProps > keys) |
String | getSwitchRules (String switchId) |
ConfiguredPort | configurePort (String switchId, String port, PortConfiguration configuration) |
The Class ServiceSwitchImpl.
Definition at line 21 of file SwitchService.java.
ConfiguredPort org.openkilda.service.SwitchService.configurePort | ( | String | switchId, |
String | port, | ||
PortConfiguration | configuration | ||
) |
Configure port.
switchId | the switch id |
port | the port |
configuration | the configuration |
Definition at line 86 of file SwitchService.java.
List<IslLinkInfo> org.openkilda.service.SwitchService.getIslLinks | ( | ) |
get All Links.
IntegrationException |
Definition at line 42 of file SwitchService.java.
List<SwitchInfo> org.openkilda.service.SwitchService.getSwitches | ( | ) | throws IntegrationException |
get All SwitchList.
IntegrationException |
Definition at line 32 of file SwitchService.java.
String org.openkilda.service.SwitchService.getSwitchRules | ( | String | switchId | ) |
String org.openkilda.service.SwitchService.updateLinkProps | ( | List< LinkProps > | keys | ) |