Open Kilda Java Documentation
org.openkilda.testing.config.DefaultServiceConfig Class Reference

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)
 

Detailed Description

Definition at line 47 of file DefaultServiceConfig.java.

Member Function Documentation

◆ aswitchRestTemplate()

RestTemplate org.openkilda.testing.config.DefaultServiceConfig.aswitchRestTemplate ( @Value("${aswitch.endpoint}") String  endpoint)

Definition at line 81 of file DefaultServiceConfig.java.

◆ floodlightRestTemplate()

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.

◆ northboundRestTemplate()

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.

◆ topologyEngineRestTemplate()

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.

◆ traffExamRestTemplate()

RestTemplate org.openkilda.testing.config.DefaultServiceConfig.traffExamRestTemplate ( )

Definition at line 74 of file DefaultServiceConfig.java.


The documentation for this class was generated from the following file: