1 package org.openkilda.utility;
5 import org.springframework.beans.factory.annotation.Value;
6 import org.springframework.stereotype.Component;
22 @Value(
"${GET_SWITCHES}")
23 private String switches;
25 @Value(
"${GET_SWITCH_RULES}")
26 private String switchRules;
28 @Value(
"${GET_LINKS}")
31 @Value(
"${GET_LINK_PROPS}")
32 private String linkProps;
34 @Value(
"${nb.base.url}")
35 private String nbBaseUrl;
40 @Value(
"${GET_PATH_FLOW}")
41 private String pathFlow;
43 @Value(
"${GET_FLOW_STATUS}")
44 private String flowStatus;
46 @Value(
"${GET_FLOW_REROUTE}")
47 private String flowReroute;
49 @Value(
"${GET_FLOW_VALIDATE}")
50 private String flowValidate;
52 @Value(
"${opentsdb.base.url}")
53 private String openTsdbBaseUrl;
55 @Value(
"${OPEN_TSDB_QUERY}")
56 private String openTsdbQuery;
58 @Value(
"${kilda.username}")
59 private String kildaUsername;
61 @Value(
"${kilda.password}")
62 private String kildaPassword;
64 @Value(
"${switch.data.file.path}")
65 private String switchDataFilePath;
67 @Value(
"${UPDATE_FLOW}")
68 private String updateFlow;
70 @Value(
"${GET_FLOW_PATH}")
71 private String flowPath;
73 @Value(
"${CONFIG_SWITCH_PORT}")
74 private String configSwitchPort;