![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
RestTemplate | northboundRestTemplate ( @Value("${northbound.endpoint}") String endpoint, @Value("${northbound.username}") String username, @Value("${northbound.password}") String password) |
RestTemplate | floodlightRestTemplate ( @Value("${floodlight.endpoint}") String endpoint, @Value("${floodlight.username}") String username, @Value("${floodlight.password}") String password) |
RestTemplate | topologyEngineRestTemplate ( @Value("${topology-engine-rest.endpoint}") String endpoint, @Value("${topology-engine-rest.username}") String username, @Value("${topology-engine-rest.password}") String password) |
RestTemplate | traffExamRestTemplate () |
RestTemplate | aswitchRestTemplate (@Value("${aswitch.endpoint}") String endpoint) |
Definition at line 47 of file DefaultServiceConfig.java.
RestTemplate org.openkilda.testing.config.DefaultServiceConfig.aswitchRestTemplate | ( | @Value("${aswitch.endpoint}") String | endpoint | ) |
Definition at line 81 of file DefaultServiceConfig.java.
RestTemplate org.openkilda.testing.config.DefaultServiceConfig.floodlightRestTemplate | ( | @Value("${floodlight.endpoint}") String | endpoint, |
@Value("${floodlight.username}") String | username, | ||
@Value("${floodlight.password}") String | password | ||
) |
Definition at line 58 of file DefaultServiceConfig.java.
RestTemplate org.openkilda.testing.config.DefaultServiceConfig.northboundRestTemplate | ( | @Value("${northbound.endpoint}") String | endpoint, |
@Value("${northbound.username}") String | username, | ||
@Value("${northbound.password}") String | password | ||
) |
Definition at line 50 of file DefaultServiceConfig.java.
RestTemplate org.openkilda.testing.config.DefaultServiceConfig.topologyEngineRestTemplate | ( | @Value("${topology-engine-rest.endpoint}") String | endpoint, |
@Value("${topology-engine-rest.username}") String | username, | ||
@Value("${topology-engine-rest.password}") String | password | ||
) |
Definition at line 66 of file DefaultServiceConfig.java.
RestTemplate org.openkilda.testing.config.DefaultServiceConfig.traffExamRestTemplate | ( | ) |
Definition at line 74 of file DefaultServiceConfig.java.