blob: c75fcc995dbb9d68bbc32b929f81c8959c757071 [file] [log] [blame]
Thomas Vachuska7d693f52014-10-21 19:17:57 -07001<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 ~ Copyright 2014-present Open Networking Foundation
Thomas Vachuska7d693f52014-10-21 19:17:57 -07003 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07004 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
Thomas Vachuska7d693f52014-10-21 19:17:57 -07007 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07008 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
Thomas Vachuska7d693f52014-10-21 19:17:57 -070015 -->
tom0eb04ca2014-08-25 14:34:51 -070016<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
17
18 <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
Yuta HIGUCHI46e30cc2017-02-02 12:29:34 -080019
20 <command>
Yuta HIGUCHI02a125e2017-05-05 18:36:21 -070021 <action class="org.onosproject.cli.MarkCommand"/>
22 </command>
23
24 <command>
Yuta HIGUCHI46e30cc2017-02-02 12:29:34 -080025 <action class="org.onosproject.cli.PrettyJson"/>
26 </command>
27
tom0eb04ca2014-08-25 14:34:51 -070028 <command>
Yuta HIGUCHI7d7d46e2017-08-29 12:19:10 -070029 <action class="org.onosproject.cli.PrettyXml"/>
30 </command>
31
32 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080033 <action class="org.onosproject.cli.SummaryCommand"/>
tom9b4030d2014-10-06 10:39:03 -070034 </command>
Jordan Halterman980a8c12017-09-22 18:01:19 -070035
36 <command>
37 <action class="org.onosproject.cli.IssuCommand"/>
38 </command>
39
Yuta HIGUCHI6a462832014-11-23 23:56:03 -080040 <command>
Changhoon Yoonb856b812015-08-10 03:47:19 +090041 <action class="org.onosproject.cli.security.ReviewCommand"/>
Changhoon Yoon23dee8f2015-05-18 22:19:49 +090042 <completers>
Changhoon Yoonb856b812015-08-10 03:47:19 +090043 <ref component-id="reviewAppNameCompleter"/>
Changhoon Yoon23dee8f2015-05-18 22:19:49 +090044 </completers>
45 </command>
46
47 <command>
Saurav Das24431192016-03-07 19:13:00 -080048 <action class="org.onosproject.cli.net.FlowObjectiveNextListCommand"/>
49 </command>
50
51 <command>
Saurav Dasb5c236e2016-06-07 10:08:06 -070052 <action class="org.onosproject.cli.net.FlowObjectivePendingNextCommand"/>
53 </command>
54
55 <command>
Xin Jin313708b2015-07-09 13:43:04 -070056 <action class="org.onosproject.cli.net.FlowObjectiveCompositionCommand"/>
57 </command>
58
59 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080060 <action class="org.onosproject.cli.app.ApplicationsListCommand"/>
61 </command>
62
63 <command>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080064 <action class="org.onosproject.cli.app.ApplicationCommand"/>
65 <completers>
66 <ref component-id="appCommandCompleter"/>
67 <ref component-id="appNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080068 </completers>
69 </command>
70
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080071 <command>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070072 <action class="org.onosproject.cli.cfg.ComponentConfigCommand"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080073 <completers>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070074 <ref component-id="cfgCommandCompleter"/>
75 <ref component-id="componentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -070076 <ref component-id="componentPropertyNameCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080077 </completers>
78 </command>
79
80 <command>
Thomas Vachuska96d55b12015-05-11 08:52:03 -070081 <action class="org.onosproject.cli.cfg.NetworkConfigRegistryCommand"/>
82 </command>
83
84 <command>
85 <action class="org.onosproject.cli.cfg.NetworkConfigCommand"/>
HIGUCHI Yuta4f074c02015-11-23 10:15:53 -080086 <completers>
87 <ref component-id="subjectClassKeyCompleter"/>
88 <ref component-id="subjectKeyCompleter"/>
89 <ref component-id="configKeyCompleter"/>
90 </completers>
Thomas Vachuska96d55b12015-05-11 08:52:03 -070091 </command>
92
93 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080094 <action class="org.onosproject.cli.MetricsListCommand"/>
Flavio Castro4b519412015-07-24 12:57:59 -070095 <completers>
96 <ref component-id="metricNameCompleter"/>
97 </completers>
Yuta HIGUCHI6a462832014-11-23 23:56:03 -080098 </command>
99
tom9b4030d2014-10-06 10:39:03 -0700100 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800101 <action class="org.onosproject.cli.NodesListCommand"/>
tome4729872014-09-23 00:37:37 -0700102 </command>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -0700103
104 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800105 <action class="org.onosproject.cli.RolesCommand"/>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -0700106 </command>
tom9710fb42014-09-29 11:35:28 -0700107 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800108 <action class="org.onosproject.cli.MastersListCommand"/>
Thomas Vachuskae0f804a2014-10-27 23:40:48 -0700109 </command>
110 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800111 <action class="org.onosproject.cli.BalanceMastersCommand"/>
Thomas Vachuskae02e11c2014-11-24 16:13:52 -0800112 </command>
113 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -0800114 <action class="org.onosproject.cli.app.ApplicationIdListCommand"/>
alshabiba7f7ca82014-09-22 11:41:23 -0700115 </command>
tom1380eee2014-09-24 09:22:02 -0700116
alshabiba7f7ca82014-09-22 11:41:23 -0700117 <command>
Jonathan Hart1d006392016-02-11 09:12:56 -0800118 <action class="org.onosproject.cli.net.McastShowCommand"/>
119 </command>
120 <command>
121 <action class="org.onosproject.cli.net.McastJoinCommand"/>
122 </command>
123 <command>
124 <action class="org.onosproject.cli.net.McastDeleteCommand"/>
125 </command>
126
127 <command>
Thomas Vachuska5ca0f7a2017-11-28 16:27:22 -0800128 <action class="org.onosproject.cli.net.DriverProvidersListCommand"/>
129 </command>
130 <command>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700131 <action class="org.onosproject.cli.net.DriversListCommand"/>
132 <completers>
133 <ref component-id="driverNameCompleter"/>
Jonathan Harta98ae9d2017-01-26 17:11:11 -0800134 <null/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700135 </completers>
136 </command>
137
138 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800139 <action class="org.onosproject.cli.net.DevicesListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -0700140 </command>
141 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800142 <action class="org.onosproject.cli.net.DevicePortsListCommand"/>
tom0eb04ca2014-08-25 14:34:51 -0700143 <completers>
tom6d2a43e2014-09-08 01:50:20 -0700144 <ref component-id="deviceIdCompleter"/>
tom0eb04ca2014-08-25 14:34:51 -0700145 </completers>
146 </command>
tom6d2a43e2014-09-08 01:50:20 -0700147 <command>
Saurav Dasa2d37502016-03-25 17:50:40 -0700148 <action class="org.onosproject.cli.net.DevicePortStateCommand"/>
149 <completers>
150 <ref component-id="deviceIdCompleter"/>
151 <ref component-id="portNumberCompleter"/>
152 <ref component-id="portStateCompleter"/>
153 <null/>
154 </completers>
155 </command>
156 <command>
andreaed976a42015-10-05 14:38:25 -0700157 <action class="org.onosproject.cli.net.DeviceControllersCommand"/>
158 <completers>
159 <ref component-id="deviceIdCompleter"/>
160 </completers>
161 </command>
162 <command>
163 <action class="org.onosproject.cli.net.DeviceSetControllersCommand"/>
164 <completers>
165 <ref component-id="deviceIdCompleter"/>
166 </completers>
167 </command>
168 <command>
Aaron Kruglikov12faf8d2016-01-04 16:24:07 -0800169 <action class="org.onosproject.cli.net.DeviceConfigGetterCommand"/>
170 <completers>
171 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI57ba1e12017-04-26 15:51:47 -0700172 <null/>
Aaron Kruglikov12faf8d2016-01-04 16:24:07 -0800173 </completers>
174 </command>
175 <command>
Andreas Papazoisc93117d2016-01-13 15:19:27 +0200176 <action class="org.onosproject.cli.net.DeviceConfigSetterCommand"/>
177 <completers>
178 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI57ba1e12017-04-26 15:51:47 -0700179 <null/>
Andreas Papazoisc93117d2016-01-13 15:19:27 +0200180 </completers>
181 </command>
182 <command>
Andrea Campanellad8d92db2016-01-14 16:24:41 -0800183 <action class="org.onosproject.cli.net.DevicePortGetterCommand"/>
184 <completers>
185 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI57ba1e12017-04-26 15:51:47 -0700186 <null/>
Andrea Campanellad8d92db2016-01-14 16:24:41 -0800187 </completers>
188 </command>
189 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800190 <action class="org.onosproject.cli.net.DeviceRemoveCommand"/>
tomc290a122014-09-08 14:27:13 -0700191 <completers>
192 <ref component-id="deviceIdCompleter"/>
193 </completers>
194 </command>
tom5f35f7c2014-09-08 18:38:19 -0700195 <command>
Andreas Papazois1dff77c2016-02-16 16:27:33 +0200196 <action class="org.onosproject.cli.net.DeviceInterfaceAddCommand"/>
197 <completers>
198 <ref component-id="deviceIdCompleter"/>
199 </completers>
200 </command>
201 <command>
Andreas Papazois92e4a042016-02-24 15:29:30 +0200202 <action class="org.onosproject.cli.net.DeviceInterfaceRemoveCommand"/>
203 <completers>
204 <ref component-id="deviceIdCompleter"/>
205 </completers>
206 </command>
207 <command>
Andreas Papazois1ed54cf2016-05-04 16:22:40 +0300208 <action class="org.onosproject.cli.net.DeviceInterfacesListCommand"/>
209 <completers>
210 <ref component-id="deviceIdCompleter"/>
211 </completers>
212 </command>
213 <command>
Jordi Ortiz4c93e272017-01-30 13:25:51 +0100214 <action class="org.onosproject.cli.net.MeterAddCommand"/>
alshabib58fe6dc2015-08-19 17:16:13 -0700215 <completers>
216 <ref component-id="deviceIdCompleter"/>
217 </completers>
218 </command>
219 <command>
Jordi Ortiz1d8cc492017-01-27 14:28:53 +0100220 <action class="org.onosproject.cli.net.MeterRemoveCommand"/>
221 <completers>
222 <ref component-id="deviceIdCompleter"/>
223 </completers>
224 </command>
225 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900226 <action class="org.onosproject.cli.net.MetersListCommand"/>
alshabib58fe6dc2015-08-19 17:16:13 -0700227 <completers>
228 <ref component-id="deviceIdCompleter"/>
229 </completers>
230 </command>
231 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800232 <action class="org.onosproject.cli.net.DeviceRoleCommand"/>
tom5f35f7c2014-09-08 18:38:19 -0700233 <completers>
234 <ref component-id="deviceIdCompleter"/>
toma6235a52014-10-15 13:25:39 -0700235 <ref component-id="nodeIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700236 <ref component-id="roleCompleter"/>
tom5f35f7c2014-09-08 18:38:19 -0700237 </completers>
238 </command>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800239
Thomas Vachuska8ceee942015-04-14 16:53:57 -0700240 <command>
241 <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
242 <completers>
243 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800244 <ref component-id="annotationKeysCompleter"/>
HIGUCHI Yuta98030712015-10-20 13:21:49 -0700245 <null/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800246 </completers>
247 </command>
248
249 <command>
Yuta HIGUCHI7438f5a2017-02-15 22:09:46 -0800250 <action class="org.onosproject.cli.net.AnnotatePortCommand"/>
251 <completers>
252 <ref component-id="connectPointCompleter"/>
253 <ref component-id="annotationKeysCompleter"/>
254 <null/>
255 </completers>
256 </command>
257
258 <command>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800259 <action class="org.onosproject.cli.net.AnnotateLinkCommand"/>
260 <completers>
261 <ref component-id="connectPointCompleter"/>
262 <ref component-id="peerConnectPointCompleter"/>
263 <ref component-id="annotationKeysCompleter"/>
HIGUCHI Yuta98030712015-10-20 13:21:49 -0700264 <null/>
Thomas Vachuska8ceee942015-04-14 16:53:57 -0700265 </completers>
266 </command>
tomc290a122014-09-08 14:27:13 -0700267
268 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800269 <action class="org.onosproject.cli.net.LinksListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -0700270 <completers>
271 <ref component-id="deviceIdCompleter"/>
272 </completers>
273 </command>
tom13cb4852014-09-11 12:44:17 -0700274
275 <command>
Aaron Kruglikova2b59152015-06-24 14:01:41 -0700276 <action class="org.onosproject.cli.net.EdgePortsListCommand"/>
277 <completers>
278 <ref component-id="deviceIdCompleter"/>
Jonathan Hart6ff6ffe2016-09-09 11:55:50 -0700279 <null/>
Aaron Kruglikova2b59152015-06-24 14:01:41 -0700280 </completers>
281 </command>
282
283 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800284 <action class="org.onosproject.cli.net.TopologyCommand"/>
tom13cb4852014-09-11 12:44:17 -0700285 </command>
286 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800287 <action class="org.onosproject.cli.net.PathListCommand"/>
tom9eb57fb2014-09-11 19:42:38 -0700288 <completers>
289 <ref component-id="deviceIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700290 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI33485fb2017-01-25 20:13:30 -0800291 <null/> <!-- no more arguments -->
tom9eb57fb2014-09-11 19:42:38 -0700292 </completers>
293 </command>
tomf5c9d922014-10-03 15:22:03 -0700294
tom9eb57fb2014-09-11 19:42:38 -0700295 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800296 <action class="org.onosproject.cli.net.IntentsListCommand"/>
tom0511a522014-10-04 12:06:02 -0700297 </command>
298 <command>
Thomas Vachuskacdac6e82016-02-29 19:21:49 -0800299 <action class="org.onosproject.cli.net.IntentListCompilers"/>
300 </command>
301 <command>
Yi Tsengaf1c9f32017-05-12 11:45:42 -0700302 <action class="org.onosproject.cli.net.IntentListInstallers"/>
303 </command>
304 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800305 <action class="org.onosproject.cli.net.IntentRemoveCommand"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700306 <completers>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700307 <ref component-id="appIdWithIntentNameCompleter"/>
Brian O'Connor264cb992015-06-04 17:16:57 -0700308 <ref component-id="intentKeyCompleter"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700309 </completers>
310 </command>
tomf5c9d922014-10-03 15:22:03 -0700311 <command>
Brian O'Connor72df5b12015-06-02 16:50:18 -0700312 <action class="org.onosproject.cli.net.IntentPurgeCommand"/>
313 </command>
314 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800315 <action class="org.onosproject.cli.net.AddHostToHostIntentCommand"/>
tom0511a522014-10-04 12:06:02 -0700316 <completers>
tom6db1f0a2014-10-07 09:12:29 -0700317 <ref component-id="hostIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700318 <ref component-id="hostIdCompleter"/>
tom0511a522014-10-04 12:06:02 -0700319 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700320 <optional-completers>
Charles M.C. Chan2d89eca2015-04-29 21:32:17 +0800321 <entry key="-t" value-ref="ethTypeCompleter"/>
322 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
323 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
324 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
325 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700326 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100327 <entry key="-e" value-ref="encapTypeCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700328 </optional-completers>
tomf5c9d922014-10-03 15:22:03 -0700329 </command>
Ray Milkeya058c732014-10-08 13:52:34 -0700330 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800331 <action class="org.onosproject.cli.net.AddPointToPointIntentCommand"/>
Ray Milkeya058c732014-10-08 13:52:34 -0700332 <completers>
333 <ref component-id="connectPointCompleter"/>
334 <ref component-id="connectPointCompleter"/>
Yuta HIGUCHIcd318502016-09-01 14:25:58 -0700335 <null/> <!-- no more argument -->
Ray Milkeya058c732014-10-08 13:52:34 -0700336 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700337 <optional-completers>
338 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800339 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800340 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
341 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
342 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700343 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100344 <entry key="-e" value-ref="encapTypeCompleter"/>
Yuta HIGUCHIcd318502016-09-01 14:25:58 -0700345 <entry key="-r" value-ref="nullCompleter"/> <!-- option has no argument -->
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700346 </optional-completers>
Ray Milkeya058c732014-10-08 13:52:34 -0700347 </command>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700348 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900349 <action class="org.onosproject.cli.net.GetStatisticsCommand"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800350 <completers>
351 <ref component-id="connectPointCompleter"/>
352 </completers>
alshabib23a8d7c2014-10-22 21:53:39 -0700353 </command>
354 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900355 <action class="org.onosproject.cli.net.GetFlowStatisticsCommand"/>
ssyoon90a98825a2015-08-26 00:48:15 +0900356 <completers>
357 <ref component-id="deviceIdCompleter"/>
358 </completers>
359 </command>
360 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800361 <action class="org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand"/>
Ray Milkey0742ec92014-10-13 08:39:55 -0700362 <completers>
363 <ref component-id="connectPointCompleter"/>
364 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700365 <optional-completers>
366 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800367 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800368 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
369 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
370 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700371 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100372 <entry key="-e" value-ref="encapTypeCompleter"/>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700373 </optional-completers>
Ray Milkey0742ec92014-10-13 08:39:55 -0700374 </command>
375 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800376 <action class="org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100377 <completers>
378 <ref component-id="connectPointCompleter"/>
379 </completers>
380 <optional-completers>
381 <entry key="-t" value-ref="ethTypeCompleter"/>
Pavlin Radoslavov70761df2015-03-09 11:05:49 -0700382 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800383 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
384 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
385 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700386 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100387 <entry key="-e" value-ref="encapTypeCompleter"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100388 </optional-completers>
389 </command>
390 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800391 <action class="org.onosproject.cli.net.IntentPushTestCommand"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700392 <completers>
393 <ref component-id="connectPointCompleter"/>
394 <ref component-id="connectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700395 <ref component-id="nullCompleter"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700396 </completers>
397 </command>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700398 <command>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800399 <action class="org.onosproject.cli.net.IntentCycleCommand"/>
400 <completers>
401 <ref component-id="connectPointCompleter"/>
402 <ref component-id="connectPointCompleter"/>
403 <ref component-id="nullCompleter"/>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800404 </completers>
405 </command>
406 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800407 <action class="org.onosproject.cli.net.RandomIntentCommand"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800408 <completers>
409 <ref component-id="nullCompleter"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800410 </completers>
411 </command>
412 <command>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800413 <action class="org.onosproject.cli.net.ResourcesCommand"/>
414 <completers>
415 <ref component-id="deviceIdCompleter"/>
416 <ref component-id="portNumberCompleter"/>
417 </completers>
418 </command>
419 <command>
420 <action class="org.onosproject.cli.net.AllocationsCommand"/>
421 <completers>
422 <ref component-id="deviceIdCompleter"/>
423 <ref component-id="portNumberCompleter"/>
Yuta HIGUCHI65d9d0e2017-05-04 12:44:32 -0700424 <null/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800425 </completers>
426 </command>
427 <command>
428 <action class="org.onosproject.cli.net.TestAllocateResource"/>
429 <completers>
430 <ref component-id="deviceIdCompleter"/>
431 <ref component-id="portNumberCompleter"/>
Yuta HIGUCHI65d9d0e2017-05-04 12:44:32 -0700432 <null/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800433 </completers>
434 </command>
435
Ayaka Koshibe4699b292015-04-28 14:33:10 -0700436 <command>
Yuta HIGUCHIa1071722016-12-07 20:21:16 -0800437 <action class="org.onosproject.cli.net.TestProtectionEndpointIntentCommand"/>
438 <completers>
439 <ref component-id="deviceIdCompleter"/>
440 <ref component-id="deviceIdCompleter"/>
441 <null/>
442 </completers>
443 </command>
444
445 <command>
446 <action class="org.onosproject.cli.net.AddProtectedTransportIntentCommand"/>
447 <completers>
448 <ref component-id="deviceIdCompleter"/>
449 <ref component-id="deviceIdCompleter"/>
450 <null/>
451 </completers>
452 </command>
453
454 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800455 <action class="org.onosproject.cli.net.ClustersListCommand"/>
tom13cb4852014-09-11 12:44:17 -0700456 </command>
457 <command>
Jonathan Hart054da972015-02-18 17:30:28 -0800458 <action class="org.onosproject.cli.net.PartitionsListCommand"/>
459 </command>
460 <command>
Madan Jampania89f8f92015-04-01 14:39:54 -0700461 <action class="org.onosproject.cli.net.MapsListCommand"/>
462 </command>
463 <command>
Madan Jampanib5d72d52015-04-03 16:53:50 -0700464 <action class="org.onosproject.cli.net.CountersListCommand"/>
465 </command>
466 <command>
Madan Jampani35708a92016-07-06 10:48:19 -0700467 <action class="org.onosproject.cli.net.QueuesListCommand"/>
468 </command>
469 <command>
Madan Jampanibff6d8f2015-03-31 16:53:47 -0700470 <action class="org.onosproject.cli.net.TransactionsCommand"/>
471 </command>
472 <command>
Madan Jampaniaac58882016-08-31 14:24:31 -0700473 <action class="org.onosproject.cli.net.CounterCommand"/>
474 </command>
475 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800476 <action class="org.onosproject.cli.net.ClusterDevicesCommand"/>
tom13cb4852014-09-11 12:44:17 -0700477 <completers>
478 <ref component-id="clusterIdCompleter"/>
479 </completers>
480 </command>
481 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800482 <action class="org.onosproject.cli.net.ClusterLinksCommand"/>
tom13cb4852014-09-11 12:44:17 -0700483 <completers>
484 <ref component-id="clusterIdCompleter"/>
485 </completers>
486 </command>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700487
488 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800489 <action class="org.onosproject.cli.net.HostsListCommand"/>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700490 </command>
Jonathan Hart61d4ebc2014-10-29 11:08:26 -0700491 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800492 <action class="org.onosproject.cli.net.HostRemoveCommand"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800493 <completers>
494 <ref component-id="hostIdCompleter"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800495 </completers>
496 </command>
497 <command>
Jonathan Harteb8c9472015-08-05 07:43:13 -0700498 <action class="org.onosproject.cli.net.InterfacesListCommand"/>
499 </command>
tom89b63c52014-09-16 09:19:51 -0700500 <command>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700501 <action class="org.onosproject.cli.net.InterfaceAddCommand"/>
Jonathan Hart7dbe6292015-11-10 08:33:17 -0800502 <completers>
503 <ref component-id="connectPointCompleter" />
504 <ref component-id="placeholderCompleter" />
505 </completers>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700506 </command>
507 <command>
508 <action class="org.onosproject.cli.net.InterfaceRemoveCommand"/>
509 <completers>
510 <ref component-id="connectPointCompleter"/>
Jonathan Hartfce51472017-01-26 16:57:33 -0800511 <ref component-id="interfaceNameCompleter"/>
512 <null/>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700513 </completers>
514 </command>
515 <command>
Jonathan Hart32600692015-03-09 10:38:40 -0700516 <action class="org.onosproject.cli.net.GroupsListCommand"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800517 <completers>
518 <ref component-id="groupStatusCompleter"/>
519 <ref component-id="deviceIdCompleter"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800520 </completers>
Andreas Pantelopoulos250ad712017-10-02 17:44:59 -0400521 <optional-completers>
522 <entry key="-t" value-ref="groupTypeCompleter"/>
523 </optional-completers>
Jonathan Hart32600692015-03-09 10:38:40 -0700524 </command>
525
526 <command>
sangho538108b2015-04-08 14:29:20 -0700527 <action class="org.onosproject.cli.net.DevicePortStatsCommand"/>
Saurav Dasa2d37502016-03-25 17:50:40 -0700528 <completers>
529 <ref component-id="deviceIdCompleter"/>
530 <ref component-id="portNumberCompleter"/>
531 <null/>
532 </completers>
sangho538108b2015-04-08 14:29:20 -0700533 </command>
534
535 <command>
Andreas Papazois25a98e72016-07-28 10:57:15 +0530536 <action class="org.onosproject.cli.net.PortQueryVlansCommand"/>
537 <completers>
538 <ref component-id="connectPointCompleter"/>
539 </completers>
540 </command>
541
542 <command>
Srikanth Vavilapalli95810f52015-09-14 15:49:56 -0700543 <action class="org.onosproject.cli.net.TableStatisticsCommand"/>
544 </command>
545
546 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800547 <action class="org.onosproject.cli.net.FlowsListCommand"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700548 <completers>
alshabib144a2942014-09-25 18:44:02 -0700549 <ref component-id="flowRuleStatusCompleter"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700550 <ref component-id="deviceIdCompleter"/>
Jonathan Hartc7840bd2016-01-21 23:26:29 -0800551 <ref component-id="placeholderCompleter"/>
552 <null/>
alshabib99b8fdc2014-09-25 14:30:22 -0700553 </completers>
tom1380eee2014-09-24 09:22:02 -0700554 </command>
555
556 <command>
Thomas Vachuska7f171b22015-08-21 12:49:08 -0700557 <action class="org.onosproject.cli.net.PacketRequestsListCommand"/>
558 </command>
559 <command>
560 <action class="org.onosproject.cli.net.PacketProcessorsListCommand"/>
561 </command>
Jonathan Hartc4f681c2016-09-09 07:14:25 -0700562 <command>
563 <action class="org.onosproject.cli.net.NeighbourHandlersListCommand"/>
564 </command>
Thomas Vachuska7f171b22015-08-21 12:49:08 -0700565
566 <command>
suibin zhangcb7f0d12015-08-10 11:14:15 -0700567 <action class="org.onosproject.cli.net.AddTestFlowsCommand"/>
alshabib5afcbd72014-10-30 16:28:40 +0100568 </command>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800569 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800570 <action class="org.onosproject.cli.net.LeaderCommand"/>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800571 </command>
alshabib5afcbd72014-10-30 16:28:40 +0100572
573 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800574 <action class="org.onosproject.cli.net.WipeOutCommand"/>
tom89b63c52014-09-16 09:19:51 -0700575 </command>
Jonathan Harteb8c9472015-08-05 07:43:13 -0700576
jccde3e92e2015-03-28 01:40:44 -0700577 <command>
samuel7a5691a2015-05-23 00:36:32 +0800578 <action class="org.onosproject.cli.net.GlobalLabelCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700579 </command>
580 <command>
samuel7a5691a2015-05-23 00:36:32 +0800581 <action class="org.onosproject.cli.net.LabelResourceCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700582 </command>
583 <command>
samuel7a5691a2015-05-23 00:36:32 +0800584 <action class="org.onosproject.cli.net.GlobalLabelPoolCreateCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700585 </command>
586 <command>
samuel7a5691a2015-05-23 00:36:32 +0800587 <action class="org.onosproject.cli.net.LabelPoolCreateCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700588 </command>
589 <command>
Frank Wangd8ab0962017-08-11 11:09:30 +0800590 <action class="org.onosproject.cli.net.GlobalLabelPoolDestroyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700591 </command>
592 <command>
samuel7a5691a2015-05-23 00:36:32 +0800593 <action class="org.onosproject.cli.net.LabelPoolDestroyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700594 </command>
595 <command>
samuel7a5691a2015-05-23 00:36:32 +0800596 <action class="org.onosproject.cli.net.GlobalLabelReleaseCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700597 </command>
598 <command>
samuel7a5691a2015-05-23 00:36:32 +0800599 <action class="org.onosproject.cli.net.LabelReleaseCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700600 </command>
601 <command>
samuel7a5691a2015-05-23 00:36:32 +0800602 <action class="org.onosproject.cli.net.GlobalLabelApplyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700603 </command>
604 <command>
samuel7a5691a2015-05-23 00:36:32 +0800605 <action class="org.onosproject.cli.net.LabelApplyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700606 </command>
jccd8697232015-05-05 14:42:23 +0800607 <!-- tunnel commands -->
608 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700609 <action class="org.onosproject.cli.net.TunnelBorrowCommand"/>
jccd8697232015-05-05 14:42:23 +0800610 </command>
611 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700612 <action class="org.onosproject.cli.net.TunnelReturnCommand"/>
jccd8697232015-05-05 14:42:23 +0800613 </command>
614 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700615 <action class="org.onosproject.cli.net.TunnelQueryCommand"/>
jccd8697232015-05-05 14:42:23 +0800616 </command>
617 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700618 <action class="org.onosproject.cli.net.TunnelQuerySubscriptionCommand"/>
jccd8697232015-05-05 14:42:23 +0800619 </command>
cheng fan7716ec92015-05-31 01:53:19 +0800620 <command>
621 <action class="org.onosproject.cli.net.TunnelCreateCommand"/>
622 </command>
623 <command>
624 <action class="org.onosproject.cli.net.TunnelRemoveCommand"/>
625 </command>
626 <command>
627 <action class="org.onosproject.cli.net.TunnelUpdateCommand"/>
628 </command>
Brian Stankee312fc72016-02-16 15:07:13 -0500629 <!-- device key commands -->
630 <command>
631 <action class="org.onosproject.cli.net.DeviceKeyListCommand"/>
632 </command>
633 <command>
634 <action class="org.onosproject.cli.net.DeviceKeyAddCommand"/>
635 </command>
636 <command>
637 <action class="org.onosproject.cli.net.DeviceKeyRemoveCommand"/>
638 </command>
639
Jian Licf744442016-02-25 17:32:42 +0900640 <!--region commands -->
641 <command>
642 <action class="org.onosproject.cli.net.RegionListCommand"/>
643 <completers>
644 <ref component-id="regionIdCompleter"/>
645 </completers>
646 </command>
647 <command>
648 <action class="org.onosproject.cli.net.RegionAddCommand"/>
649 <completers>
650 <null/>
651 <null/>
652 <ref component-id="regionTypeCompleter"/>
Jian Li43a0b2f2016-02-29 10:01:54 -0800653 <ref component-id="nodeIdCompleter"/>
Jian Licf744442016-02-25 17:32:42 +0900654 </completers>
655 </command>
656 <command>
657 <action class="org.onosproject.cli.net.RegionUpdateCommand"/>
658 <completers>
659 <ref component-id="regionIdCompleter"/>
660 <null/>
661 <ref component-id="regionTypeCompleter"/>
Jian Li43a0b2f2016-02-29 10:01:54 -0800662 <ref component-id="nodeIdCompleter"/>
Jian Licf744442016-02-25 17:32:42 +0900663 </completers>
664 </command>
665 <command>
666 <action class="org.onosproject.cli.net.RegionRemoveCommand"/>
667 <completers>
668 <ref component-id="regionIdCompleter"/>
669 </completers>
670 </command>
671 <command>
672 <action class="org.onosproject.cli.net.RegionAddDevicesCommand"/>
673 <completers>
674 <ref component-id="regionIdCompleter"/>
675 <ref component-id="deviceIdCompleter"/>
676 </completers>
677 </command>
678 <command>
679 <action class="org.onosproject.cli.net.RegionRemoveDevicesCommand"/>
680 <completers>
681 <ref component-id="regionIdCompleter"/>
682 <ref component-id="deviceIdCompleter"/>
683 </completers>
684 </command>
Simon Huntc4ca7102017-04-08 22:28:04 -0700685 <command>
686 <action class="org.onosproject.cli.net.RegionAddPeerLocCommand"/>
687 <completers>
688 <ref component-id="regionIdCompleter"/>
689 </completers>
690 </command>
Brian Stanke5df14472016-03-11 19:34:38 -0500691
Thomas Vachuskaeb851cd2016-07-21 15:41:05 -0700692 <!-- UI Layout commands -->
693 <command>
694 <action class="org.onosproject.cli.net.LayoutListCommand"/>
695 </command>
696 <command>
697 <action class="org.onosproject.cli.net.LayoutAddCommand"/>
698 </command>
699 <!--TODO: add this + completers
700 <command>
701 <action class="org.onosproject.cli.net.LayoutRemoveCommand"/>
702 </command>
703 -->
704
Brian Stanke5df14472016-03-11 19:34:38 -0500705 <!--virtual network commands -->
706 <command>
707 <action class="org.onosproject.cli.net.vnet.TenantListCommand"/>
708 </command>
709 <command>
710 <action class="org.onosproject.cli.net.vnet.TenantAddCommand"/>
711 </command>
712 <command>
713 <action class="org.onosproject.cli.net.vnet.TenantRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800714 <completers>
715 <ref component-id="tenantCompleter"/>
716 <null/>
717 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500718 </command>
719 <command>
720 <action class="org.onosproject.cli.net.vnet.VirtualNetworkListCommand"/>
721 </command>
722 <command>
723 <action class="org.onosproject.cli.net.vnet.VirtualNetworkCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800724 <completers>
725 <ref component-id="tenantCompleter"/>
726 <ref component-id="nullCompleter"/>
727 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500728 </command>
729 <command>
730 <action class="org.onosproject.cli.net.vnet.VirtualNetworkRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800731 <completers>
732 <ref component-id="virtualNetworkCompleter"/>
733 <null/>
734 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500735 </command>
736 <command>
737 <action class="org.onosproject.cli.net.vnet.VirtualDeviceListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800738 <completers>
739 <ref component-id="virtualNetworkCompleter"/>
740 <null/>
741 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500742 </command>
743 <command>
744 <action class="org.onosproject.cli.net.vnet.VirtualDeviceCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800745 <completers>
746 <ref component-id="virtualNetworkCompleter"/>
747 <null/>
748 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500749 </command>
750 <command>
751 <action class="org.onosproject.cli.net.vnet.VirtualDeviceRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800752 <completers>
753 <ref component-id="virtualNetworkCompleter"/>
754 <ref component-id="virtualDeviceCompleter"/>
755 <ref component-id="nullCompleter"/>
756 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500757 </command>
758 <command>
759 <action class="org.onosproject.cli.net.vnet.VirtualLinkListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800760 <completers>
761 <ref component-id="virtualNetworkCompleter"/>
762 <null/>
763 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500764 </command>
765 <command>
766 <action class="org.onosproject.cli.net.vnet.VirtualLinkCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800767 <completers>
768 <ref component-id="virtualNetworkCompleter"/>
769 <ref component-id="virtualDeviceCompleter"/>
770 <ref component-id="virtualPortCompleter"/>
771 <ref component-id="virtualDeviceCompleter"/>
772 <ref component-id="virtualPortCompleter"/>
773 <null/>
774 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500775 </command>
776 <command>
777 <action class="org.onosproject.cli.net.vnet.VirtualLinkRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800778 <completers>
779 <ref component-id="virtualNetworkCompleter"/>
780 <ref component-id="virtualDeviceCompleter"/>
781 <ref component-id="virtualPortCompleter"/>
782 <ref component-id="virtualDeviceCompleter"/>
783 <ref component-id="virtualPortCompleter"/>
784 <null/>
785 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500786 </command>
787 <command>
788 <action class="org.onosproject.cli.net.vnet.VirtualPortListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800789 <completers>
790 <ref component-id="virtualNetworkCompleter"/>
791 <ref component-id="virtualDeviceCompleter"/>
792 <null/>
793 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500794 </command>
795 <command>
796 <action class="org.onosproject.cli.net.vnet.VirtualPortCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800797 <completers>
798 <ref component-id="virtualNetworkCompleter"/>
799 <ref component-id="virtualDeviceCompleter"/>
800 <ref component-id="nullCompleter"/>
801 <ref component-id="deviceIdCompleter"/>
802 <ref component-id="portNumberCompleter"/>
803 <null/>
804 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500805 </command>
806 <command>
Yoonseon Han6c603892016-09-01 11:52:21 -0700807 <action class="org.onosproject.cli.net.vnet.VirtualPortBindCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800808 <completers>
809 <ref component-id="virtualNetworkCompleter"/>
810 <ref component-id="virtualDeviceCompleter"/>
811 <ref component-id="virtualPortCompleter"/>
812 <ref component-id="deviceIdCompleter"/>
813 <ref component-id="portNumberCompleter"/>
814 <null/>
815 </completers>
Yoonseon Han6c603892016-09-01 11:52:21 -0700816 </command>
817 <command>
Claudine Chiu579969d2017-10-06 14:32:18 -0400818 <action class="org.onosproject.cli.net.vnet.VirtualPortStateCommand"/>
819 <completers>
820 <ref component-id="virtualNetworkCompleter"/>
821 <ref component-id="virtualDeviceCompleter"/>
822 <ref component-id="virtualPortCompleter"/>
823 <null/>
824 </completers>
825 </command>
826 <command>
Brian Stanke5df14472016-03-11 19:34:38 -0500827 <action class="org.onosproject.cli.net.vnet.VirtualPortRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800828 <completers>
829 <ref component-id="virtualNetworkCompleter"/>
830 <ref component-id="virtualDeviceCompleter"/>
831 <ref component-id="virtualPortCompleter"/>
832 <null/>
833 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500834 </command>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000835 <command>
836 <action class="org.onosproject.cli.net.vnet.VirtualHostListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800837 <completers>
838 <ref component-id="virtualNetworkCompleter"/>
839 <null/>
840 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000841 </command>
842 <command>
843 <action class="org.onosproject.cli.net.vnet.VirtualHostCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800844 <completers>
845 <ref component-id="virtualNetworkCompleter"/>
846 <null/>
847 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000848 </command>
849 <command>
850 <action class="org.onosproject.cli.net.vnet.VirtualHostRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800851 <completers>
852 <ref component-id="virtualNetworkCompleter"/>
853 <ref component-id="virtualHostCompleter"/>
854 <null/>
855 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000856 </command>
Brian Stanke11f6d532016-07-05 16:17:59 -0400857 <command>
858 <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800859 <completers>
860 <ref component-id="virtualNetworkCompleter"/>
861 <null/>
862 </completers>
Brian Stanke11f6d532016-07-05 16:17:59 -0400863 </command>
864 <command>
865 <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800866 <completers>
867 <ref component-id="virtualNetworkCompleter"/>
868 <null/>
869 </completers>
Brian Stanke11f6d532016-07-05 16:17:59 -0400870 </command>
Sangsik Yoonf0b3ad82016-08-19 18:47:59 +0900871 <command>
Yoonseon Han21058322017-03-07 17:48:56 +0900872 <action class="org.onosproject.cli.net.vnet.VirtualFlowsListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800873 <completers>
874 <ref component-id="virtualNetworkCompleter"/>
875 <ref component-id="flowRuleStatusCompleter"/>
876 <ref component-id="virtualDeviceCompleter"/>
877 <ref component-id="placeholderCompleter"/>
878 <null/>
879 </completers>
Yoonseon Han21058322017-03-07 17:48:56 +0900880 </command>
881 <command>
Claudine Chiu1f036b82017-03-09 16:45:56 -0500882 <action class="org.onosproject.cli.net.vnet.VirtualNetworkPacketRequestCommand"/>
883 <optional-completers>
884 <entry key="-t" value-ref="ethTypeCompleter"/>
885 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
886 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
887 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
888 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
889 </optional-completers>
890 </command>
891 <command>
Harold Huang222c6ec2017-06-02 15:02:49 +0800892 <action class="org.onosproject.cli.net.vnet.VirtualNetworkBalanceMastersCommand"/>
893 <completers>
894 <ref component-id="virtualNetworkCompleter"/>
895 <null/>
896 </completers>
897 </command>
898 <command>
Sangsik Yoonf0b3ad82016-08-19 18:47:59 +0900899 <action class="org.onosproject.cli.net.DpisListCommand"/>
900 </command>
Yuta HIGUCHIfadb9a32017-01-13 09:33:10 -0800901
902 <command>
903 <action class="org.onosproject.cli.net.IntentDetailsCommand"/>
904 <optional-completers>
905 <entry key="--id" value-ref="intentIdCompleter"/>
906 </optional-completers>
907 </command>
908
Yuta HIGUCHI31207782017-02-17 14:43:40 -0800909 <command>
910 <action class="org.onosproject.cli.net.ConfigureLinkCommand"/>
911 <completers>
912 <ref component-id="connectPointCompleter"/>
913 <ref component-id="peerConnectPointCompleter"/>
914 <null/>
915 </completers>
916 <optional-completers>
917 <entry key="--type" value-ref="linkTypeCompleter"/>
918 </optional-completers>
919 </command>
920
slowr370d9082017-10-20 16:44:54 -0700921 <command>
922 <action class="org.onosproject.cli.MembershipsListCommand"/>
923 </command>
924
Michele Santuaria271faa2017-04-18 11:36:37 +0200925 <!--Domain command-->
926 <command>
927 <action class="org.onosproject.cli.net.GetDomainsCommand"/>
928 </command>
Yuta HIGUCHI31207782017-02-17 14:43:40 -0800929
tom0eb04ca2014-08-25 14:34:51 -0700930 </command-bundle>
931
Changhoon Yoonb856b812015-08-10 03:47:19 +0900932 <bean id="reviewAppNameCompleter" class="org.onosproject.cli.security.ReviewApplicationNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800933 <bean id="appCommandCompleter" class="org.onosproject.cli.app.ApplicationCommandCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -0800934 <bean id="appNameCompleter" class="org.onosproject.cli.app.ApplicationNameCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700935 <bean id="allAppNameCompleter" class="org.onosproject.cli.app.AllApplicationNamesCompleter"/>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700936 <bean id="appIdWithIntentNameCompleter" class="org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter"/>
Thomas Vachuska6d697f12015-03-08 20:59:50 -0700937 <bean id="cfgCommandCompleter" class="org.onosproject.cli.cfg.ComponentConfigCommandCompleter"/>
938 <bean id="componentNameCompleter" class="org.onosproject.cli.cfg.ComponentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -0700939 <bean id="componentPropertyNameCompleter" class="org.onosproject.cli.cfg.ComponentPropertyNameCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800940 <bean id="nodeIdCompleter" class="org.onosproject.cli.NodeIdCompleter"/>
941 <bean id="deviceIdCompleter" class="org.onosproject.cli.net.DeviceIdCompleter"/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800942 <bean id="portNumberCompleter" class="org.onosproject.cli.net.PortNumberCompleter"/>
Saurav Dasa2d37502016-03-25 17:50:40 -0700943 <bean id="portStateCompleter" class="org.onosproject.cli.net.PortStateCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800944 <bean id="clusterIdCompleter" class="org.onosproject.cli.net.ClusterIdCompleter"/>
945 <bean id="roleCompleter" class="org.onosproject.cli.net.RoleCompleter"/>
946 <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/>
Brian O'Connor264cb992015-06-04 17:16:57 -0700947 <bean id="intentKeyCompleter" class="org.onosproject.cli.net.IntentKeyCompleter"/>
Yuta HIGUCHIfadb9a32017-01-13 09:33:10 -0800948 <bean id="intentIdCompleter" class="org.onosproject.cli.net.completer.IntentIdCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800949 <bean id="flowRuleStatusCompleter" class="org.onosproject.cli.net.FlowRuleStatusCompleter"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800950 <bean id="groupStatusCompleter" class="org.onosproject.cli.net.GroupStatusCompleter" />
Andreas Pantelopoulos250ad712017-10-02 17:44:59 -0400951 <bean id="groupTypeCompleter" class="org.onosproject.cli.net.GroupTypeCompleter" />
Brian O'Connorabafb502014-12-02 22:26:20 -0800952 <bean id="connectPointCompleter" class="org.onosproject.cli.net.ConnectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700953 <bean id="nullCompleter" class="org.apache.karaf.shell.console.completer.NullCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800954 <bean id="ethTypeCompleter" class="org.onosproject.cli.net.EthTypeCompleter"/>
955 <bean id="ipProtocolCompleter" class="org.onosproject.cli.net.IpProtocolCompleter"/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700956 <bean id="driverNameCompleter" class="org.onosproject.cli.net.DriverNameCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800957 <bean id="Icmp6TypeCompleter" class="org.onosproject.cli.net.Icmp6TypeCompleter"/>
958 <bean id="Icmp6CodeCompleter" class="org.onosproject.cli.net.Icmp6CodeCompleter"/>
959 <bean id="ExtHeaderCompleter" class="org.onosproject.cli.net.ExtHeaderCompleter"/>
tom6d2a43e2014-09-08 01:50:20 -0700960
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700961 <bean id="startStopCompleter" class="org.onosproject.cli.StartStopCompleter"/>
Flavio Castro4b519412015-07-24 12:57:59 -0700962 <bean id="metricNameCompleter" class="org.onosproject.cli.MetricNameCompleter"/>
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700963 <bean id="upDownCompleter" class="org.onosproject.cli.UpDownCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100964 <bean id="encapTypeCompleter" class="org.onosproject.cli.net.EncapTypeCompleter"/>
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700965
Jonathan Hart7dbe6292015-11-10 08:33:17 -0800966 <bean id="placeholderCompleter" class="org.onosproject.cli.PlaceholderCompleter"/>
967
HIGUCHI Yuta4f074c02015-11-23 10:15:53 -0800968 <bean id="subjectClassKeyCompleter" class="org.onosproject.cli.cfg.SubjectClassKeyCompleter"/>
969 <bean id="subjectKeyCompleter" class="org.onosproject.cli.cfg.SubjectKeyCompleter"/>
970 <bean id="configKeyCompleter" class="org.onosproject.cli.cfg.ConfigKeyCompleter"/>
971
Jian Licf744442016-02-25 17:32:42 +0900972 <bean id="regionIdCompleter" class="org.onosproject.cli.net.RegionIdCompleter"/>
973 <bean id="regionTypeCompleter" class="org.onosproject.cli.net.RegionTypeCompleter"/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800974
975 <bean id="annotationKeysCompleter" class="org.onosproject.cli.net.completer.AnnotationKeysCompleter"/>
976
977 <bean id="peerConnectPointCompleter" class="org.onosproject.cli.net.completer.PeerConnectPointCompleter"/>
Michele Santuaria271faa2017-04-18 11:36:37 +0200978
Jonathan Hartfce51472017-01-26 16:57:33 -0800979 <bean id="interfaceNameCompleter" class="org.onosproject.cli.net.completer.InterfaceNameCompleter"/>
Yuta HIGUCHI31207782017-02-17 14:43:40 -0800980
981 <bean id="linkTypeCompleter" class="org.onosproject.cli.net.completer.LinkTypeCompleter"/>
982
Harold Huang652ea832017-03-18 22:59:44 +0800983 <bean id="tenantCompleter" class="org.onosproject.cli.net.vnet.TenantCompleter"/>
984 <bean id="virtualNetworkCompleter" class="org.onosproject.cli.net.vnet.VirtualNetworkCompleter"/>
985 <bean id="virtualDeviceCompleter" class="org.onosproject.cli.net.vnet.VirtualDeviceCompleter"/>
986 <bean id="virtualPortCompleter" class="org.onosproject.cli.net.vnet.VirtualPortCompleter"/>
987 <bean id="virtualHostCompleter" class="org.onosproject.cli.net.vnet.VirtualHostCompleter"/>
Michele Santuaria271faa2017-04-18 11:36:37 +0200988
989 <bean id="domainIdCompleter" class="org.onosproject.cli.net.DomainIdCompleter" />
990
tom0eb04ca2014-08-25 14:34:51 -0700991</blueprint>