blob: 1ffeed49662d3dabf822f12fff81cf61ad638d9e [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>
Yuta HIGUCHI6a462832014-11-23 23:56:03 -080035 <command>
Changhoon Yoonb856b812015-08-10 03:47:19 +090036 <action class="org.onosproject.cli.security.ReviewCommand"/>
Changhoon Yoon23dee8f2015-05-18 22:19:49 +090037 <completers>
Changhoon Yoonb856b812015-08-10 03:47:19 +090038 <ref component-id="reviewAppNameCompleter"/>
Changhoon Yoon23dee8f2015-05-18 22:19:49 +090039 </completers>
40 </command>
41
42 <command>
Saurav Das24431192016-03-07 19:13:00 -080043 <action class="org.onosproject.cli.net.FlowObjectiveNextListCommand"/>
44 </command>
45
46 <command>
Saurav Dasb5c236e2016-06-07 10:08:06 -070047 <action class="org.onosproject.cli.net.FlowObjectivePendingNextCommand"/>
48 </command>
49
50 <command>
Xin Jin313708b2015-07-09 13:43:04 -070051 <action class="org.onosproject.cli.net.FlowObjectiveCompositionCommand"/>
52 </command>
53
54 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080055 <action class="org.onosproject.cli.app.ApplicationsListCommand"/>
56 </command>
57
58 <command>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080059 <action class="org.onosproject.cli.app.ApplicationCommand"/>
60 <completers>
61 <ref component-id="appCommandCompleter"/>
62 <ref component-id="appNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080063 </completers>
64 </command>
65
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080066 <command>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070067 <action class="org.onosproject.cli.cfg.ComponentConfigCommand"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080068 <completers>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070069 <ref component-id="cfgCommandCompleter"/>
70 <ref component-id="componentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -070071 <ref component-id="componentPropertyNameCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080072 </completers>
73 </command>
74
75 <command>
Thomas Vachuska96d55b12015-05-11 08:52:03 -070076 <action class="org.onosproject.cli.cfg.NetworkConfigRegistryCommand"/>
77 </command>
78
79 <command>
80 <action class="org.onosproject.cli.cfg.NetworkConfigCommand"/>
HIGUCHI Yuta4f074c02015-11-23 10:15:53 -080081 <completers>
82 <ref component-id="subjectClassKeyCompleter"/>
83 <ref component-id="subjectKeyCompleter"/>
84 <ref component-id="configKeyCompleter"/>
85 </completers>
Thomas Vachuska96d55b12015-05-11 08:52:03 -070086 </command>
87
88 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080089 <action class="org.onosproject.cli.MetricsListCommand"/>
Flavio Castro4b519412015-07-24 12:57:59 -070090 <completers>
91 <ref component-id="metricNameCompleter"/>
92 </completers>
Yuta HIGUCHI6a462832014-11-23 23:56:03 -080093 </command>
94
tom9b4030d2014-10-06 10:39:03 -070095 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080096 <action class="org.onosproject.cli.NodesListCommand"/>
tome4729872014-09-23 00:37:37 -070097 </command>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -070098
99 <command>
Thomas Vachuska4cfcc562015-06-03 09:51:02 -0700100 <action class="org.onosproject.cli.UiViewListCommand"/>
101 </command>
102
103 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800104 <action class="org.onosproject.cli.RolesCommand"/>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -0700105 </command>
tom9710fb42014-09-29 11:35:28 -0700106 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800107 <action class="org.onosproject.cli.MastersListCommand"/>
Thomas Vachuskae0f804a2014-10-27 23:40:48 -0700108 </command>
109 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800110 <action class="org.onosproject.cli.BalanceMastersCommand"/>
Thomas Vachuskae02e11c2014-11-24 16:13:52 -0800111 </command>
112 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -0800113 <action class="org.onosproject.cli.app.ApplicationIdListCommand"/>
alshabiba7f7ca82014-09-22 11:41:23 -0700114 </command>
tom1380eee2014-09-24 09:22:02 -0700115
alshabiba7f7ca82014-09-22 11:41:23 -0700116 <command>
Jonathan Hart1d006392016-02-11 09:12:56 -0800117 <action class="org.onosproject.cli.net.McastShowCommand"/>
118 </command>
119 <command>
120 <action class="org.onosproject.cli.net.McastJoinCommand"/>
121 </command>
122 <command>
123 <action class="org.onosproject.cli.net.McastDeleteCommand"/>
124 </command>
125
126 <command>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700127 <action class="org.onosproject.cli.net.DriversListCommand"/>
128 <completers>
129 <ref component-id="driverNameCompleter"/>
Jonathan Harta98ae9d2017-01-26 17:11:11 -0800130 <null/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700131 </completers>
132 </command>
133
134 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800135 <action class="org.onosproject.cli.net.DevicesListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -0700136 </command>
137 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800138 <action class="org.onosproject.cli.net.DevicePortsListCommand"/>
tom0eb04ca2014-08-25 14:34:51 -0700139 <completers>
tom6d2a43e2014-09-08 01:50:20 -0700140 <ref component-id="deviceIdCompleter"/>
tom0eb04ca2014-08-25 14:34:51 -0700141 </completers>
142 </command>
tom6d2a43e2014-09-08 01:50:20 -0700143 <command>
Saurav Dasa2d37502016-03-25 17:50:40 -0700144 <action class="org.onosproject.cli.net.DevicePortStateCommand"/>
145 <completers>
146 <ref component-id="deviceIdCompleter"/>
147 <ref component-id="portNumberCompleter"/>
148 <ref component-id="portStateCompleter"/>
149 <null/>
150 </completers>
151 </command>
152 <command>
andreaed976a42015-10-05 14:38:25 -0700153 <action class="org.onosproject.cli.net.DeviceControllersCommand"/>
154 <completers>
155 <ref component-id="deviceIdCompleter"/>
156 </completers>
157 </command>
158 <command>
159 <action class="org.onosproject.cli.net.DeviceSetControllersCommand"/>
160 <completers>
161 <ref component-id="deviceIdCompleter"/>
162 </completers>
163 </command>
164 <command>
Aaron Kruglikov12faf8d2016-01-04 16:24:07 -0800165 <action class="org.onosproject.cli.net.DeviceConfigGetterCommand"/>
166 <completers>
167 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI57ba1e12017-04-26 15:51:47 -0700168 <null/>
Aaron Kruglikov12faf8d2016-01-04 16:24:07 -0800169 </completers>
170 </command>
171 <command>
Andreas Papazoisc93117d2016-01-13 15:19:27 +0200172 <action class="org.onosproject.cli.net.DeviceConfigSetterCommand"/>
173 <completers>
174 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI57ba1e12017-04-26 15:51:47 -0700175 <null/>
Andreas Papazoisc93117d2016-01-13 15:19:27 +0200176 </completers>
177 </command>
178 <command>
Andrea Campanellad8d92db2016-01-14 16:24:41 -0800179 <action class="org.onosproject.cli.net.DevicePortGetterCommand"/>
180 <completers>
181 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI57ba1e12017-04-26 15:51:47 -0700182 <null/>
Andrea Campanellad8d92db2016-01-14 16:24:41 -0800183 </completers>
184 </command>
185 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800186 <action class="org.onosproject.cli.net.DeviceRemoveCommand"/>
tomc290a122014-09-08 14:27:13 -0700187 <completers>
188 <ref component-id="deviceIdCompleter"/>
189 </completers>
190 </command>
tom5f35f7c2014-09-08 18:38:19 -0700191 <command>
Andreas Papazois1dff77c2016-02-16 16:27:33 +0200192 <action class="org.onosproject.cli.net.DeviceInterfaceAddCommand"/>
193 <completers>
194 <ref component-id="deviceIdCompleter"/>
195 </completers>
196 </command>
197 <command>
Andreas Papazois92e4a042016-02-24 15:29:30 +0200198 <action class="org.onosproject.cli.net.DeviceInterfaceRemoveCommand"/>
199 <completers>
200 <ref component-id="deviceIdCompleter"/>
201 </completers>
202 </command>
203 <command>
Andreas Papazois1ed54cf2016-05-04 16:22:40 +0300204 <action class="org.onosproject.cli.net.DeviceInterfacesListCommand"/>
205 <completers>
206 <ref component-id="deviceIdCompleter"/>
207 </completers>
208 </command>
209 <command>
Jordi Ortiz4c93e272017-01-30 13:25:51 +0100210 <action class="org.onosproject.cli.net.MeterAddCommand"/>
alshabib58fe6dc2015-08-19 17:16:13 -0700211 <completers>
212 <ref component-id="deviceIdCompleter"/>
213 </completers>
214 </command>
215 <command>
Jordi Ortiz1d8cc492017-01-27 14:28:53 +0100216 <action class="org.onosproject.cli.net.MeterRemoveCommand"/>
217 <completers>
218 <ref component-id="deviceIdCompleter"/>
219 </completers>
220 </command>
221 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900222 <action class="org.onosproject.cli.net.MetersListCommand"/>
alshabib58fe6dc2015-08-19 17:16:13 -0700223 <completers>
224 <ref component-id="deviceIdCompleter"/>
225 </completers>
226 </command>
227 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800228 <action class="org.onosproject.cli.net.DeviceRoleCommand"/>
tom5f35f7c2014-09-08 18:38:19 -0700229 <completers>
230 <ref component-id="deviceIdCompleter"/>
toma6235a52014-10-15 13:25:39 -0700231 <ref component-id="nodeIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700232 <ref component-id="roleCompleter"/>
tom5f35f7c2014-09-08 18:38:19 -0700233 </completers>
234 </command>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800235
Thomas Vachuska8ceee942015-04-14 16:53:57 -0700236 <command>
237 <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
238 <completers>
239 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800240 <ref component-id="annotationKeysCompleter"/>
HIGUCHI Yuta98030712015-10-20 13:21:49 -0700241 <null/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800242 </completers>
243 </command>
244
245 <command>
Yuta HIGUCHI7438f5a2017-02-15 22:09:46 -0800246 <action class="org.onosproject.cli.net.AnnotatePortCommand"/>
247 <completers>
248 <ref component-id="connectPointCompleter"/>
249 <ref component-id="annotationKeysCompleter"/>
250 <null/>
251 </completers>
252 </command>
253
254 <command>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800255 <action class="org.onosproject.cli.net.AnnotateLinkCommand"/>
256 <completers>
257 <ref component-id="connectPointCompleter"/>
258 <ref component-id="peerConnectPointCompleter"/>
259 <ref component-id="annotationKeysCompleter"/>
HIGUCHI Yuta98030712015-10-20 13:21:49 -0700260 <null/>
Thomas Vachuska8ceee942015-04-14 16:53:57 -0700261 </completers>
262 </command>
tomc290a122014-09-08 14:27:13 -0700263
264 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800265 <action class="org.onosproject.cli.net.LinksListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -0700266 <completers>
267 <ref component-id="deviceIdCompleter"/>
268 </completers>
269 </command>
tom13cb4852014-09-11 12:44:17 -0700270
271 <command>
Aaron Kruglikova2b59152015-06-24 14:01:41 -0700272 <action class="org.onosproject.cli.net.EdgePortsListCommand"/>
273 <completers>
274 <ref component-id="deviceIdCompleter"/>
Jonathan Hart6ff6ffe2016-09-09 11:55:50 -0700275 <null/>
Aaron Kruglikova2b59152015-06-24 14:01:41 -0700276 </completers>
277 </command>
278
279 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800280 <action class="org.onosproject.cli.net.TopologyCommand"/>
tom13cb4852014-09-11 12:44:17 -0700281 </command>
282 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800283 <action class="org.onosproject.cli.net.PathListCommand"/>
tom9eb57fb2014-09-11 19:42:38 -0700284 <completers>
285 <ref component-id="deviceIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700286 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI33485fb2017-01-25 20:13:30 -0800287 <null/> <!-- no more arguments -->
tom9eb57fb2014-09-11 19:42:38 -0700288 </completers>
289 </command>
tomf5c9d922014-10-03 15:22:03 -0700290
tom9eb57fb2014-09-11 19:42:38 -0700291 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800292 <action class="org.onosproject.cli.net.IntentsListCommand"/>
tom0511a522014-10-04 12:06:02 -0700293 </command>
294 <command>
Thomas Vachuskacdac6e82016-02-29 19:21:49 -0800295 <action class="org.onosproject.cli.net.IntentListCompilers"/>
296 </command>
297 <command>
Yi Tsengaf1c9f32017-05-12 11:45:42 -0700298 <action class="org.onosproject.cli.net.IntentListInstallers"/>
299 </command>
300 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800301 <action class="org.onosproject.cli.net.IntentRemoveCommand"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700302 <completers>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700303 <ref component-id="appIdWithIntentNameCompleter"/>
Brian O'Connor264cb992015-06-04 17:16:57 -0700304 <ref component-id="intentKeyCompleter"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700305 </completers>
306 </command>
tomf5c9d922014-10-03 15:22:03 -0700307 <command>
Brian O'Connor72df5b12015-06-02 16:50:18 -0700308 <action class="org.onosproject.cli.net.IntentPurgeCommand"/>
309 </command>
310 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800311 <action class="org.onosproject.cli.net.AddHostToHostIntentCommand"/>
tom0511a522014-10-04 12:06:02 -0700312 <completers>
tom6db1f0a2014-10-07 09:12:29 -0700313 <ref component-id="hostIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700314 <ref component-id="hostIdCompleter"/>
tom0511a522014-10-04 12:06:02 -0700315 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700316 <optional-completers>
Charles M.C. Chan2d89eca2015-04-29 21:32:17 +0800317 <entry key="-t" value-ref="ethTypeCompleter"/>
318 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
319 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
320 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
321 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700322 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100323 <entry key="-e" value-ref="encapTypeCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700324 </optional-completers>
tomf5c9d922014-10-03 15:22:03 -0700325 </command>
Ray Milkeya058c732014-10-08 13:52:34 -0700326 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800327 <action class="org.onosproject.cli.net.AddPointToPointIntentCommand"/>
Ray Milkeya058c732014-10-08 13:52:34 -0700328 <completers>
329 <ref component-id="connectPointCompleter"/>
330 <ref component-id="connectPointCompleter"/>
Yuta HIGUCHIcd318502016-09-01 14:25:58 -0700331 <null/> <!-- no more argument -->
Ray Milkeya058c732014-10-08 13:52:34 -0700332 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700333 <optional-completers>
334 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800335 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800336 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
337 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
338 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700339 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100340 <entry key="-e" value-ref="encapTypeCompleter"/>
Yuta HIGUCHIcd318502016-09-01 14:25:58 -0700341 <entry key="-r" value-ref="nullCompleter"/> <!-- option has no argument -->
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700342 </optional-completers>
Ray Milkeya058c732014-10-08 13:52:34 -0700343 </command>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700344 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900345 <action class="org.onosproject.cli.net.GetStatisticsCommand"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800346 <completers>
347 <ref component-id="connectPointCompleter"/>
348 </completers>
alshabib23a8d7c2014-10-22 21:53:39 -0700349 </command>
350 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900351 <action class="org.onosproject.cli.net.GetFlowStatisticsCommand"/>
ssyoon90a98825a2015-08-26 00:48:15 +0900352 <completers>
353 <ref component-id="deviceIdCompleter"/>
354 </completers>
355 </command>
356 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800357 <action class="org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand"/>
Ray Milkey0742ec92014-10-13 08:39:55 -0700358 <completers>
359 <ref component-id="connectPointCompleter"/>
360 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700361 <optional-completers>
362 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800363 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800364 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
365 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
366 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700367 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100368 <entry key="-e" value-ref="encapTypeCompleter"/>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700369 </optional-completers>
Ray Milkey0742ec92014-10-13 08:39:55 -0700370 </command>
371 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800372 <action class="org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100373 <completers>
374 <ref component-id="connectPointCompleter"/>
375 </completers>
376 <optional-completers>
377 <entry key="-t" value-ref="ethTypeCompleter"/>
Pavlin Radoslavov70761df2015-03-09 11:05:49 -0700378 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800379 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
380 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
381 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700382 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100383 <entry key="-e" value-ref="encapTypeCompleter"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100384 </optional-completers>
385 </command>
386 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800387 <action class="org.onosproject.cli.net.IntentPushTestCommand"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700388 <completers>
389 <ref component-id="connectPointCompleter"/>
390 <ref component-id="connectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700391 <ref component-id="nullCompleter"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700392 </completers>
393 </command>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700394 <command>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800395 <action class="org.onosproject.cli.net.IntentCycleCommand"/>
396 <completers>
397 <ref component-id="connectPointCompleter"/>
398 <ref component-id="connectPointCompleter"/>
399 <ref component-id="nullCompleter"/>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800400 </completers>
401 </command>
402 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800403 <action class="org.onosproject.cli.net.RandomIntentCommand"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800404 <completers>
405 <ref component-id="nullCompleter"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800406 </completers>
407 </command>
408 <command>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800409 <action class="org.onosproject.cli.net.ResourcesCommand"/>
410 <completers>
411 <ref component-id="deviceIdCompleter"/>
412 <ref component-id="portNumberCompleter"/>
413 </completers>
414 </command>
415 <command>
416 <action class="org.onosproject.cli.net.AllocationsCommand"/>
417 <completers>
418 <ref component-id="deviceIdCompleter"/>
419 <ref component-id="portNumberCompleter"/>
Yuta HIGUCHI65d9d0e2017-05-04 12:44:32 -0700420 <null/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800421 </completers>
422 </command>
423 <command>
424 <action class="org.onosproject.cli.net.TestAllocateResource"/>
425 <completers>
426 <ref component-id="deviceIdCompleter"/>
427 <ref component-id="portNumberCompleter"/>
Yuta HIGUCHI65d9d0e2017-05-04 12:44:32 -0700428 <null/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800429 </completers>
430 </command>
431
Ayaka Koshibe4699b292015-04-28 14:33:10 -0700432 <command>
Yuta HIGUCHIa1071722016-12-07 20:21:16 -0800433 <action class="org.onosproject.cli.net.TestProtectionEndpointIntentCommand"/>
434 <completers>
435 <ref component-id="deviceIdCompleter"/>
436 <ref component-id="deviceIdCompleter"/>
437 <null/>
438 </completers>
439 </command>
440
441 <command>
442 <action class="org.onosproject.cli.net.AddProtectedTransportIntentCommand"/>
443 <completers>
444 <ref component-id="deviceIdCompleter"/>
445 <ref component-id="deviceIdCompleter"/>
446 <null/>
447 </completers>
448 </command>
449
450 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800451 <action class="org.onosproject.cli.net.ClustersListCommand"/>
tom13cb4852014-09-11 12:44:17 -0700452 </command>
453 <command>
Jonathan Hart054da972015-02-18 17:30:28 -0800454 <action class="org.onosproject.cli.net.PartitionsListCommand"/>
455 </command>
456 <command>
Madan Jampania89f8f92015-04-01 14:39:54 -0700457 <action class="org.onosproject.cli.net.MapsListCommand"/>
458 </command>
459 <command>
Madan Jampanib5d72d52015-04-03 16:53:50 -0700460 <action class="org.onosproject.cli.net.CountersListCommand"/>
461 </command>
462 <command>
Madan Jampani35708a92016-07-06 10:48:19 -0700463 <action class="org.onosproject.cli.net.QueuesListCommand"/>
464 </command>
465 <command>
Madan Jampanibff6d8f2015-03-31 16:53:47 -0700466 <action class="org.onosproject.cli.net.TransactionsCommand"/>
467 </command>
468 <command>
Madan Jampaniaac58882016-08-31 14:24:31 -0700469 <action class="org.onosproject.cli.net.CounterCommand"/>
470 </command>
471 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800472 <action class="org.onosproject.cli.net.ClusterDevicesCommand"/>
tom13cb4852014-09-11 12:44:17 -0700473 <completers>
474 <ref component-id="clusterIdCompleter"/>
475 </completers>
476 </command>
477 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800478 <action class="org.onosproject.cli.net.ClusterLinksCommand"/>
tom13cb4852014-09-11 12:44:17 -0700479 <completers>
480 <ref component-id="clusterIdCompleter"/>
481 </completers>
482 </command>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700483
484 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800485 <action class="org.onosproject.cli.net.HostsListCommand"/>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700486 </command>
Jonathan Hart61d4ebc2014-10-29 11:08:26 -0700487 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800488 <action class="org.onosproject.cli.net.HostRemoveCommand"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800489 <completers>
490 <ref component-id="hostIdCompleter"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800491 </completers>
492 </command>
493 <command>
Jonathan Harteb8c9472015-08-05 07:43:13 -0700494 <action class="org.onosproject.cli.net.InterfacesListCommand"/>
495 </command>
tom89b63c52014-09-16 09:19:51 -0700496 <command>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700497 <action class="org.onosproject.cli.net.InterfaceAddCommand"/>
Jonathan Hart7dbe6292015-11-10 08:33:17 -0800498 <completers>
499 <ref component-id="connectPointCompleter" />
500 <ref component-id="placeholderCompleter" />
501 </completers>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700502 </command>
503 <command>
504 <action class="org.onosproject.cli.net.InterfaceRemoveCommand"/>
505 <completers>
506 <ref component-id="connectPointCompleter"/>
Jonathan Hartfce51472017-01-26 16:57:33 -0800507 <ref component-id="interfaceNameCompleter"/>
508 <null/>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700509 </completers>
510 </command>
511 <command>
Jonathan Hart32600692015-03-09 10:38:40 -0700512 <action class="org.onosproject.cli.net.GroupsListCommand"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800513 <completers>
514 <ref component-id="groupStatusCompleter"/>
515 <ref component-id="deviceIdCompleter"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800516 </completers>
Andreas Pantelopoulos250ad712017-10-02 17:44:59 -0400517 <optional-completers>
518 <entry key="-t" value-ref="groupTypeCompleter"/>
519 </optional-completers>
Jonathan Hart32600692015-03-09 10:38:40 -0700520 </command>
521
522 <command>
sangho538108b2015-04-08 14:29:20 -0700523 <action class="org.onosproject.cli.net.DevicePortStatsCommand"/>
Saurav Dasa2d37502016-03-25 17:50:40 -0700524 <completers>
525 <ref component-id="deviceIdCompleter"/>
526 <ref component-id="portNumberCompleter"/>
527 <null/>
528 </completers>
sangho538108b2015-04-08 14:29:20 -0700529 </command>
530
531 <command>
Andreas Papazois25a98e72016-07-28 10:57:15 +0530532 <action class="org.onosproject.cli.net.PortQueryVlansCommand"/>
533 <completers>
534 <ref component-id="connectPointCompleter"/>
535 </completers>
536 </command>
537
538 <command>
Srikanth Vavilapalli95810f52015-09-14 15:49:56 -0700539 <action class="org.onosproject.cli.net.TableStatisticsCommand"/>
540 </command>
541
542 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800543 <action class="org.onosproject.cli.net.FlowsListCommand"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700544 <completers>
alshabib144a2942014-09-25 18:44:02 -0700545 <ref component-id="flowRuleStatusCompleter"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700546 <ref component-id="deviceIdCompleter"/>
Jonathan Hartc7840bd2016-01-21 23:26:29 -0800547 <ref component-id="placeholderCompleter"/>
548 <null/>
alshabib99b8fdc2014-09-25 14:30:22 -0700549 </completers>
tom1380eee2014-09-24 09:22:02 -0700550 </command>
551
552 <command>
Thomas Vachuska7f171b22015-08-21 12:49:08 -0700553 <action class="org.onosproject.cli.net.PacketRequestsListCommand"/>
554 </command>
555 <command>
556 <action class="org.onosproject.cli.net.PacketProcessorsListCommand"/>
557 </command>
Jonathan Hartc4f681c2016-09-09 07:14:25 -0700558 <command>
559 <action class="org.onosproject.cli.net.NeighbourHandlersListCommand"/>
560 </command>
Thomas Vachuska7f171b22015-08-21 12:49:08 -0700561
562 <command>
suibin zhangcb7f0d12015-08-10 11:14:15 -0700563 <action class="org.onosproject.cli.net.AddTestFlowsCommand"/>
alshabib5afcbd72014-10-30 16:28:40 +0100564 </command>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800565 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800566 <action class="org.onosproject.cli.net.LeaderCommand"/>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800567 </command>
alshabib5afcbd72014-10-30 16:28:40 +0100568
569 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800570 <action class="org.onosproject.cli.net.WipeOutCommand"/>
tom89b63c52014-09-16 09:19:51 -0700571 </command>
Jonathan Harteb8c9472015-08-05 07:43:13 -0700572
jccde3e92e2015-03-28 01:40:44 -0700573 <command>
samuel7a5691a2015-05-23 00:36:32 +0800574 <action class="org.onosproject.cli.net.GlobalLabelCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700575 </command>
576 <command>
samuel7a5691a2015-05-23 00:36:32 +0800577 <action class="org.onosproject.cli.net.LabelResourceCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700578 </command>
579 <command>
samuel7a5691a2015-05-23 00:36:32 +0800580 <action class="org.onosproject.cli.net.GlobalLabelPoolCreateCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700581 </command>
582 <command>
samuel7a5691a2015-05-23 00:36:32 +0800583 <action class="org.onosproject.cli.net.LabelPoolCreateCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700584 </command>
585 <command>
Frank Wangd8ab0962017-08-11 11:09:30 +0800586 <action class="org.onosproject.cli.net.GlobalLabelPoolDestroyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700587 </command>
588 <command>
samuel7a5691a2015-05-23 00:36:32 +0800589 <action class="org.onosproject.cli.net.LabelPoolDestroyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700590 </command>
591 <command>
samuel7a5691a2015-05-23 00:36:32 +0800592 <action class="org.onosproject.cli.net.GlobalLabelReleaseCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700593 </command>
594 <command>
samuel7a5691a2015-05-23 00:36:32 +0800595 <action class="org.onosproject.cli.net.LabelReleaseCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700596 </command>
597 <command>
samuel7a5691a2015-05-23 00:36:32 +0800598 <action class="org.onosproject.cli.net.GlobalLabelApplyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700599 </command>
600 <command>
samuel7a5691a2015-05-23 00:36:32 +0800601 <action class="org.onosproject.cli.net.LabelApplyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700602 </command>
jccd8697232015-05-05 14:42:23 +0800603 <!-- tunnel commands -->
604 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700605 <action class="org.onosproject.cli.net.TunnelBorrowCommand"/>
jccd8697232015-05-05 14:42:23 +0800606 </command>
607 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700608 <action class="org.onosproject.cli.net.TunnelReturnCommand"/>
jccd8697232015-05-05 14:42:23 +0800609 </command>
610 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700611 <action class="org.onosproject.cli.net.TunnelQueryCommand"/>
jccd8697232015-05-05 14:42:23 +0800612 </command>
613 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700614 <action class="org.onosproject.cli.net.TunnelQuerySubscriptionCommand"/>
jccd8697232015-05-05 14:42:23 +0800615 </command>
cheng fan7716ec92015-05-31 01:53:19 +0800616 <command>
617 <action class="org.onosproject.cli.net.TunnelCreateCommand"/>
618 </command>
619 <command>
620 <action class="org.onosproject.cli.net.TunnelRemoveCommand"/>
621 </command>
622 <command>
623 <action class="org.onosproject.cli.net.TunnelUpdateCommand"/>
624 </command>
Brian Stankee312fc72016-02-16 15:07:13 -0500625 <!-- device key commands -->
626 <command>
627 <action class="org.onosproject.cli.net.DeviceKeyListCommand"/>
628 </command>
629 <command>
630 <action class="org.onosproject.cli.net.DeviceKeyAddCommand"/>
631 </command>
632 <command>
633 <action class="org.onosproject.cli.net.DeviceKeyRemoveCommand"/>
634 </command>
635
Jian Licf744442016-02-25 17:32:42 +0900636 <!--region commands -->
637 <command>
638 <action class="org.onosproject.cli.net.RegionListCommand"/>
639 <completers>
640 <ref component-id="regionIdCompleter"/>
641 </completers>
642 </command>
643 <command>
644 <action class="org.onosproject.cli.net.RegionAddCommand"/>
645 <completers>
646 <null/>
647 <null/>
648 <ref component-id="regionTypeCompleter"/>
Jian Li43a0b2f2016-02-29 10:01:54 -0800649 <ref component-id="nodeIdCompleter"/>
Jian Licf744442016-02-25 17:32:42 +0900650 </completers>
651 </command>
652 <command>
653 <action class="org.onosproject.cli.net.RegionUpdateCommand"/>
654 <completers>
655 <ref component-id="regionIdCompleter"/>
656 <null/>
657 <ref component-id="regionTypeCompleter"/>
Jian Li43a0b2f2016-02-29 10:01:54 -0800658 <ref component-id="nodeIdCompleter"/>
Jian Licf744442016-02-25 17:32:42 +0900659 </completers>
660 </command>
661 <command>
662 <action class="org.onosproject.cli.net.RegionRemoveCommand"/>
663 <completers>
664 <ref component-id="regionIdCompleter"/>
665 </completers>
666 </command>
667 <command>
668 <action class="org.onosproject.cli.net.RegionAddDevicesCommand"/>
669 <completers>
670 <ref component-id="regionIdCompleter"/>
671 <ref component-id="deviceIdCompleter"/>
672 </completers>
673 </command>
674 <command>
675 <action class="org.onosproject.cli.net.RegionRemoveDevicesCommand"/>
676 <completers>
677 <ref component-id="regionIdCompleter"/>
678 <ref component-id="deviceIdCompleter"/>
679 </completers>
680 </command>
Simon Huntc4ca7102017-04-08 22:28:04 -0700681 <command>
682 <action class="org.onosproject.cli.net.RegionAddPeerLocCommand"/>
683 <completers>
684 <ref component-id="regionIdCompleter"/>
685 </completers>
686 </command>
Brian Stanke5df14472016-03-11 19:34:38 -0500687
Thomas Vachuskaeb851cd2016-07-21 15:41:05 -0700688 <!-- UI Layout commands -->
689 <command>
690 <action class="org.onosproject.cli.net.LayoutListCommand"/>
691 </command>
692 <command>
693 <action class="org.onosproject.cli.net.LayoutAddCommand"/>
694 </command>
695 <!--TODO: add this + completers
696 <command>
697 <action class="org.onosproject.cli.net.LayoutRemoveCommand"/>
698 </command>
699 -->
700
Brian Stanke5df14472016-03-11 19:34:38 -0500701 <!--virtual network commands -->
702 <command>
703 <action class="org.onosproject.cli.net.vnet.TenantListCommand"/>
704 </command>
705 <command>
706 <action class="org.onosproject.cli.net.vnet.TenantAddCommand"/>
707 </command>
708 <command>
709 <action class="org.onosproject.cli.net.vnet.TenantRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800710 <completers>
711 <ref component-id="tenantCompleter"/>
712 <null/>
713 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500714 </command>
715 <command>
716 <action class="org.onosproject.cli.net.vnet.VirtualNetworkListCommand"/>
717 </command>
718 <command>
719 <action class="org.onosproject.cli.net.vnet.VirtualNetworkCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800720 <completers>
721 <ref component-id="tenantCompleter"/>
722 <ref component-id="nullCompleter"/>
723 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500724 </command>
725 <command>
726 <action class="org.onosproject.cli.net.vnet.VirtualNetworkRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800727 <completers>
728 <ref component-id="virtualNetworkCompleter"/>
729 <null/>
730 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500731 </command>
732 <command>
733 <action class="org.onosproject.cli.net.vnet.VirtualDeviceListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800734 <completers>
735 <ref component-id="virtualNetworkCompleter"/>
736 <null/>
737 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500738 </command>
739 <command>
740 <action class="org.onosproject.cli.net.vnet.VirtualDeviceCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800741 <completers>
742 <ref component-id="virtualNetworkCompleter"/>
743 <null/>
744 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500745 </command>
746 <command>
747 <action class="org.onosproject.cli.net.vnet.VirtualDeviceRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800748 <completers>
749 <ref component-id="virtualNetworkCompleter"/>
750 <ref component-id="virtualDeviceCompleter"/>
751 <ref component-id="nullCompleter"/>
752 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500753 </command>
754 <command>
755 <action class="org.onosproject.cli.net.vnet.VirtualLinkListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800756 <completers>
757 <ref component-id="virtualNetworkCompleter"/>
758 <null/>
759 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500760 </command>
761 <command>
762 <action class="org.onosproject.cli.net.vnet.VirtualLinkCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800763 <completers>
764 <ref component-id="virtualNetworkCompleter"/>
765 <ref component-id="virtualDeviceCompleter"/>
766 <ref component-id="virtualPortCompleter"/>
767 <ref component-id="virtualDeviceCompleter"/>
768 <ref component-id="virtualPortCompleter"/>
769 <null/>
770 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500771 </command>
772 <command>
773 <action class="org.onosproject.cli.net.vnet.VirtualLinkRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800774 <completers>
775 <ref component-id="virtualNetworkCompleter"/>
776 <ref component-id="virtualDeviceCompleter"/>
777 <ref component-id="virtualPortCompleter"/>
778 <ref component-id="virtualDeviceCompleter"/>
779 <ref component-id="virtualPortCompleter"/>
780 <null/>
781 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500782 </command>
783 <command>
784 <action class="org.onosproject.cli.net.vnet.VirtualPortListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800785 <completers>
786 <ref component-id="virtualNetworkCompleter"/>
787 <ref component-id="virtualDeviceCompleter"/>
788 <null/>
789 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500790 </command>
791 <command>
792 <action class="org.onosproject.cli.net.vnet.VirtualPortCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800793 <completers>
794 <ref component-id="virtualNetworkCompleter"/>
795 <ref component-id="virtualDeviceCompleter"/>
796 <ref component-id="nullCompleter"/>
797 <ref component-id="deviceIdCompleter"/>
798 <ref component-id="portNumberCompleter"/>
799 <null/>
800 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500801 </command>
802 <command>
Yoonseon Han6c603892016-09-01 11:52:21 -0700803 <action class="org.onosproject.cli.net.vnet.VirtualPortBindCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800804 <completers>
805 <ref component-id="virtualNetworkCompleter"/>
806 <ref component-id="virtualDeviceCompleter"/>
807 <ref component-id="virtualPortCompleter"/>
808 <ref component-id="deviceIdCompleter"/>
809 <ref component-id="portNumberCompleter"/>
810 <null/>
811 </completers>
Yoonseon Han6c603892016-09-01 11:52:21 -0700812 </command>
813 <command>
Brian Stanke5df14472016-03-11 19:34:38 -0500814 <action class="org.onosproject.cli.net.vnet.VirtualPortRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800815 <completers>
816 <ref component-id="virtualNetworkCompleter"/>
817 <ref component-id="virtualDeviceCompleter"/>
818 <ref component-id="virtualPortCompleter"/>
819 <null/>
820 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500821 </command>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000822 <command>
823 <action class="org.onosproject.cli.net.vnet.VirtualHostListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800824 <completers>
825 <ref component-id="virtualNetworkCompleter"/>
826 <null/>
827 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000828 </command>
829 <command>
830 <action class="org.onosproject.cli.net.vnet.VirtualHostCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800831 <completers>
832 <ref component-id="virtualNetworkCompleter"/>
833 <null/>
834 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000835 </command>
836 <command>
837 <action class="org.onosproject.cli.net.vnet.VirtualHostRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800838 <completers>
839 <ref component-id="virtualNetworkCompleter"/>
840 <ref component-id="virtualHostCompleter"/>
841 <null/>
842 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000843 </command>
Brian Stanke11f6d532016-07-05 16:17:59 -0400844 <command>
845 <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800846 <completers>
847 <ref component-id="virtualNetworkCompleter"/>
848 <null/>
849 </completers>
Brian Stanke11f6d532016-07-05 16:17:59 -0400850 </command>
851 <command>
852 <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800853 <completers>
854 <ref component-id="virtualNetworkCompleter"/>
855 <null/>
856 </completers>
Brian Stanke11f6d532016-07-05 16:17:59 -0400857 </command>
Sangsik Yoonf0b3ad82016-08-19 18:47:59 +0900858 <command>
Yoonseon Han21058322017-03-07 17:48:56 +0900859 <action class="org.onosproject.cli.net.vnet.VirtualFlowsListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800860 <completers>
861 <ref component-id="virtualNetworkCompleter"/>
862 <ref component-id="flowRuleStatusCompleter"/>
863 <ref component-id="virtualDeviceCompleter"/>
864 <ref component-id="placeholderCompleter"/>
865 <null/>
866 </completers>
Yoonseon Han21058322017-03-07 17:48:56 +0900867 </command>
868 <command>
Claudine Chiu1f036b82017-03-09 16:45:56 -0500869 <action class="org.onosproject.cli.net.vnet.VirtualNetworkPacketRequestCommand"/>
870 <optional-completers>
871 <entry key="-t" value-ref="ethTypeCompleter"/>
872 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
873 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
874 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
875 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
876 </optional-completers>
877 </command>
878 <command>
Harold Huang222c6ec2017-06-02 15:02:49 +0800879 <action class="org.onosproject.cli.net.vnet.VirtualNetworkBalanceMastersCommand"/>
880 <completers>
881 <ref component-id="virtualNetworkCompleter"/>
882 <null/>
883 </completers>
884 </command>
885 <command>
Sangsik Yoonf0b3ad82016-08-19 18:47:59 +0900886 <action class="org.onosproject.cli.net.DpisListCommand"/>
887 </command>
Yuta HIGUCHIfadb9a32017-01-13 09:33:10 -0800888
889 <command>
890 <action class="org.onosproject.cli.net.IntentDetailsCommand"/>
891 <optional-completers>
892 <entry key="--id" value-ref="intentIdCompleter"/>
893 </optional-completers>
894 </command>
895
Yuta HIGUCHI31207782017-02-17 14:43:40 -0800896 <command>
897 <action class="org.onosproject.cli.net.ConfigureLinkCommand"/>
898 <completers>
899 <ref component-id="connectPointCompleter"/>
900 <ref component-id="peerConnectPointCompleter"/>
901 <null/>
902 </completers>
903 <optional-completers>
904 <entry key="--type" value-ref="linkTypeCompleter"/>
905 </optional-completers>
906 </command>
907
Michele Santuaria271faa2017-04-18 11:36:37 +0200908 <!--Domain command-->
909 <command>
910 <action class="org.onosproject.cli.net.GetDomainsCommand"/>
911 </command>
Yuta HIGUCHI31207782017-02-17 14:43:40 -0800912
tom0eb04ca2014-08-25 14:34:51 -0700913 </command-bundle>
914
Changhoon Yoonb856b812015-08-10 03:47:19 +0900915 <bean id="reviewAppNameCompleter" class="org.onosproject.cli.security.ReviewApplicationNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800916 <bean id="appCommandCompleter" class="org.onosproject.cli.app.ApplicationCommandCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -0800917 <bean id="appNameCompleter" class="org.onosproject.cli.app.ApplicationNameCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700918 <bean id="allAppNameCompleter" class="org.onosproject.cli.app.AllApplicationNamesCompleter"/>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700919 <bean id="appIdWithIntentNameCompleter" class="org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter"/>
Thomas Vachuska6d697f12015-03-08 20:59:50 -0700920 <bean id="cfgCommandCompleter" class="org.onosproject.cli.cfg.ComponentConfigCommandCompleter"/>
921 <bean id="componentNameCompleter" class="org.onosproject.cli.cfg.ComponentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -0700922 <bean id="componentPropertyNameCompleter" class="org.onosproject.cli.cfg.ComponentPropertyNameCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800923 <bean id="nodeIdCompleter" class="org.onosproject.cli.NodeIdCompleter"/>
924 <bean id="deviceIdCompleter" class="org.onosproject.cli.net.DeviceIdCompleter"/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800925 <bean id="portNumberCompleter" class="org.onosproject.cli.net.PortNumberCompleter"/>
Saurav Dasa2d37502016-03-25 17:50:40 -0700926 <bean id="portStateCompleter" class="org.onosproject.cli.net.PortStateCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800927 <bean id="clusterIdCompleter" class="org.onosproject.cli.net.ClusterIdCompleter"/>
928 <bean id="roleCompleter" class="org.onosproject.cli.net.RoleCompleter"/>
929 <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/>
Brian O'Connor264cb992015-06-04 17:16:57 -0700930 <bean id="intentKeyCompleter" class="org.onosproject.cli.net.IntentKeyCompleter"/>
Yuta HIGUCHIfadb9a32017-01-13 09:33:10 -0800931 <bean id="intentIdCompleter" class="org.onosproject.cli.net.completer.IntentIdCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800932 <bean id="flowRuleStatusCompleter" class="org.onosproject.cli.net.FlowRuleStatusCompleter"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800933 <bean id="groupStatusCompleter" class="org.onosproject.cli.net.GroupStatusCompleter" />
Andreas Pantelopoulos250ad712017-10-02 17:44:59 -0400934 <bean id="groupTypeCompleter" class="org.onosproject.cli.net.GroupTypeCompleter" />
Brian O'Connorabafb502014-12-02 22:26:20 -0800935 <bean id="connectPointCompleter" class="org.onosproject.cli.net.ConnectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700936 <bean id="nullCompleter" class="org.apache.karaf.shell.console.completer.NullCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800937 <bean id="ethTypeCompleter" class="org.onosproject.cli.net.EthTypeCompleter"/>
938 <bean id="ipProtocolCompleter" class="org.onosproject.cli.net.IpProtocolCompleter"/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700939 <bean id="driverNameCompleter" class="org.onosproject.cli.net.DriverNameCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800940 <bean id="Icmp6TypeCompleter" class="org.onosproject.cli.net.Icmp6TypeCompleter"/>
941 <bean id="Icmp6CodeCompleter" class="org.onosproject.cli.net.Icmp6CodeCompleter"/>
942 <bean id="ExtHeaderCompleter" class="org.onosproject.cli.net.ExtHeaderCompleter"/>
tom6d2a43e2014-09-08 01:50:20 -0700943
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700944 <bean id="startStopCompleter" class="org.onosproject.cli.StartStopCompleter"/>
Flavio Castro4b519412015-07-24 12:57:59 -0700945 <bean id="metricNameCompleter" class="org.onosproject.cli.MetricNameCompleter"/>
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700946 <bean id="upDownCompleter" class="org.onosproject.cli.UpDownCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100947 <bean id="encapTypeCompleter" class="org.onosproject.cli.net.EncapTypeCompleter"/>
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700948
Jonathan Hart7dbe6292015-11-10 08:33:17 -0800949 <bean id="placeholderCompleter" class="org.onosproject.cli.PlaceholderCompleter"/>
950
HIGUCHI Yuta4f074c02015-11-23 10:15:53 -0800951 <bean id="subjectClassKeyCompleter" class="org.onosproject.cli.cfg.SubjectClassKeyCompleter"/>
952 <bean id="subjectKeyCompleter" class="org.onosproject.cli.cfg.SubjectKeyCompleter"/>
953 <bean id="configKeyCompleter" class="org.onosproject.cli.cfg.ConfigKeyCompleter"/>
954
Jian Licf744442016-02-25 17:32:42 +0900955 <bean id="regionIdCompleter" class="org.onosproject.cli.net.RegionIdCompleter"/>
956 <bean id="regionTypeCompleter" class="org.onosproject.cli.net.RegionTypeCompleter"/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800957
958 <bean id="annotationKeysCompleter" class="org.onosproject.cli.net.completer.AnnotationKeysCompleter"/>
959
960 <bean id="peerConnectPointCompleter" class="org.onosproject.cli.net.completer.PeerConnectPointCompleter"/>
Michele Santuaria271faa2017-04-18 11:36:37 +0200961
Jonathan Hartfce51472017-01-26 16:57:33 -0800962 <bean id="interfaceNameCompleter" class="org.onosproject.cli.net.completer.InterfaceNameCompleter"/>
Yuta HIGUCHI31207782017-02-17 14:43:40 -0800963
964 <bean id="linkTypeCompleter" class="org.onosproject.cli.net.completer.LinkTypeCompleter"/>
965
Harold Huang652ea832017-03-18 22:59:44 +0800966 <bean id="tenantCompleter" class="org.onosproject.cli.net.vnet.TenantCompleter"/>
967 <bean id="virtualNetworkCompleter" class="org.onosproject.cli.net.vnet.VirtualNetworkCompleter"/>
968 <bean id="virtualDeviceCompleter" class="org.onosproject.cli.net.vnet.VirtualDeviceCompleter"/>
969 <bean id="virtualPortCompleter" class="org.onosproject.cli.net.vnet.VirtualPortCompleter"/>
970 <bean id="virtualHostCompleter" class="org.onosproject.cli.net.vnet.VirtualHostCompleter"/>
Michele Santuaria271faa2017-04-18 11:36:37 +0200971
972 <bean id="domainIdCompleter" class="org.onosproject.cli.net.DomainIdCompleter" />
973
tom0eb04ca2014-08-25 14:34:51 -0700974</blueprint>