blob: e67a8fb1fe0eb6989f57f09fedc27ad8634e24f6 [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>
Charles Chan33f4a912018-04-19 23:35:30 -070056 <action class="org.onosproject.cli.net.FlowObjectiveQueueListCommand"/>
57 </command>
58
59 <command>
60 <action class="org.onosproject.cli.net.FlowObjectiveQueueClearCommand"/>
61 </command>
62
63 <command>
Xin Jin313708b2015-07-09 13:43:04 -070064 <action class="org.onosproject.cli.net.FlowObjectiveCompositionCommand"/>
65 </command>
66
67 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080068 <action class="org.onosproject.cli.app.ApplicationsListCommand"/>
69 </command>
70
71 <command>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080072 <action class="org.onosproject.cli.app.ApplicationCommand"/>
73 <completers>
74 <ref component-id="appCommandCompleter"/>
75 <ref component-id="appNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080076 </completers>
77 </command>
78
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080079 <command>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070080 <action class="org.onosproject.cli.cfg.ComponentConfigCommand"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080081 <completers>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070082 <ref component-id="cfgCommandCompleter"/>
83 <ref component-id="componentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -070084 <ref component-id="componentPropertyNameCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080085 </completers>
86 </command>
87
88 <command>
Thomas Vachuska96d55b12015-05-11 08:52:03 -070089 <action class="org.onosproject.cli.cfg.NetworkConfigRegistryCommand"/>
90 </command>
91
92 <command>
93 <action class="org.onosproject.cli.cfg.NetworkConfigCommand"/>
HIGUCHI Yuta4f074c02015-11-23 10:15:53 -080094 <completers>
95 <ref component-id="subjectClassKeyCompleter"/>
96 <ref component-id="subjectKeyCompleter"/>
97 <ref component-id="configKeyCompleter"/>
98 </completers>
Thomas Vachuska96d55b12015-05-11 08:52:03 -070099 </command>
100
101 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800102 <action class="org.onosproject.cli.MetricsListCommand"/>
Flavio Castro4b519412015-07-24 12:57:59 -0700103 <completers>
104 <ref component-id="metricNameCompleter"/>
105 </completers>
Yuta HIGUCHI6a462832014-11-23 23:56:03 -0800106 </command>
107
tom9b4030d2014-10-06 10:39:03 -0700108 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800109 <action class="org.onosproject.cli.NodesListCommand"/>
tome4729872014-09-23 00:37:37 -0700110 </command>
Jordan Haltermand07f6722018-10-11 15:25:07 -0700111 <command>
112 <action class="org.onosproject.cli.StorageNodesListCommand"/>
113 </command>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -0700114
115 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800116 <action class="org.onosproject.cli.RolesCommand"/>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -0700117 </command>
tom9710fb42014-09-29 11:35:28 -0700118 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800119 <action class="org.onosproject.cli.MastersListCommand"/>
Thomas Vachuskae0f804a2014-10-27 23:40:48 -0700120 </command>
121 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800122 <action class="org.onosproject.cli.BalanceMastersCommand"/>
Thomas Vachuskae02e11c2014-11-24 16:13:52 -0800123 </command>
124 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -0800125 <action class="org.onosproject.cli.app.ApplicationIdListCommand"/>
alshabiba7f7ca82014-09-22 11:41:23 -0700126 </command>
tom1380eee2014-09-24 09:22:02 -0700127
alshabiba7f7ca82014-09-22 11:41:23 -0700128 <command>
Jonathan Hart1d006392016-02-11 09:12:56 -0800129 <action class="org.onosproject.cli.net.McastShowCommand"/>
Pier Luigib29144d2018-01-15 18:06:43 +0100130 <completers>
131 <ref component-id="mcastGroupCompleter"/>
132 </completers>
133 </command>
134 <command>
135 <action class="org.onosproject.cli.net.McastRoutesListCommand"/>
136 <completers>
137 <ref component-id="mcastGroupCompleter"/>
138 </completers>
Jonathan Hart1d006392016-02-11 09:12:56 -0800139 </command>
140 <command>
141 <action class="org.onosproject.cli.net.McastJoinCommand"/>
Pier Luigib29144d2018-01-15 18:06:43 +0100142 <completers>
143 <ref component-id="placeholderCompleter"/>
144 <ref component-id="mcastGroupCompleter"/>
145 <ref component-id="connectPointCompleter"/>
146 </completers>
Jonathan Hart1d006392016-02-11 09:12:56 -0800147 </command>
148 <command>
149 <action class="org.onosproject.cli.net.McastDeleteCommand"/>
Pier Luigib29144d2018-01-15 18:06:43 +0100150 <completers>
151 <ref component-id="placeholderCompleter"/>
152 <ref component-id="mcastGroupCompleter"/>
153 <ref component-id="connectPointCompleter"/>
154 </completers>
Jonathan Hart1d006392016-02-11 09:12:56 -0800155 </command>
156
157 <command>
Thomas Vachuska5ca0f7a2017-11-28 16:27:22 -0800158 <action class="org.onosproject.cli.net.DriverProvidersListCommand"/>
159 </command>
160 <command>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700161 <action class="org.onosproject.cli.net.DriversListCommand"/>
162 <completers>
163 <ref component-id="driverNameCompleter"/>
Jonathan Harta98ae9d2017-01-26 17:11:11 -0800164 <null/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700165 </completers>
166 </command>
167
168 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800169 <action class="org.onosproject.cli.net.DevicesListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -0700170 </command>
171 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800172 <action class="org.onosproject.cli.net.DevicePortsListCommand"/>
tom0eb04ca2014-08-25 14:34:51 -0700173 <completers>
tom6d2a43e2014-09-08 01:50:20 -0700174 <ref component-id="deviceIdCompleter"/>
tom0eb04ca2014-08-25 14:34:51 -0700175 </completers>
176 </command>
tom6d2a43e2014-09-08 01:50:20 -0700177 <command>
Saurav Dasa2d37502016-03-25 17:50:40 -0700178 <action class="org.onosproject.cli.net.DevicePortStateCommand"/>
179 <completers>
180 <ref component-id="deviceIdCompleter"/>
181 <ref component-id="portNumberCompleter"/>
182 <ref component-id="portStateCompleter"/>
183 <null/>
184 </completers>
185 </command>
186 <command>
andreaed976a42015-10-05 14:38:25 -0700187 <action class="org.onosproject.cli.net.DeviceControllersCommand"/>
188 <completers>
189 <ref component-id="deviceIdCompleter"/>
190 </completers>
191 </command>
192 <command>
193 <action class="org.onosproject.cli.net.DeviceSetControllersCommand"/>
194 <completers>
195 <ref component-id="deviceIdCompleter"/>
196 </completers>
197 </command>
198 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800199 <action class="org.onosproject.cli.net.DeviceRemoveCommand"/>
tomc290a122014-09-08 14:27:13 -0700200 <completers>
201 <ref component-id="deviceIdCompleter"/>
202 </completers>
203 </command>
tom5f35f7c2014-09-08 18:38:19 -0700204 <command>
Andreas Papazois1dff77c2016-02-16 16:27:33 +0200205 <action class="org.onosproject.cli.net.DeviceInterfaceAddCommand"/>
206 <completers>
207 <ref component-id="deviceIdCompleter"/>
208 </completers>
209 </command>
210 <command>
Andreas Papazois92e4a042016-02-24 15:29:30 +0200211 <action class="org.onosproject.cli.net.DeviceInterfaceRemoveCommand"/>
212 <completers>
213 <ref component-id="deviceIdCompleter"/>
214 </completers>
215 </command>
216 <command>
Andreas Papazois1ed54cf2016-05-04 16:22:40 +0300217 <action class="org.onosproject.cli.net.DeviceInterfacesListCommand"/>
218 <completers>
219 <ref component-id="deviceIdCompleter"/>
220 </completers>
221 </command>
222 <command>
Jordi Ortiz4c93e272017-01-30 13:25:51 +0100223 <action class="org.onosproject.cli.net.MeterAddCommand"/>
alshabib58fe6dc2015-08-19 17:16:13 -0700224 <completers>
225 <ref component-id="deviceIdCompleter"/>
226 </completers>
227 </command>
228 <command>
Jordi Ortiz1d8cc492017-01-27 14:28:53 +0100229 <action class="org.onosproject.cli.net.MeterRemoveCommand"/>
230 <completers>
231 <ref component-id="deviceIdCompleter"/>
232 </completers>
233 </command>
234 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900235 <action class="org.onosproject.cli.net.MetersListCommand"/>
alshabib58fe6dc2015-08-19 17:16:13 -0700236 <completers>
237 <ref component-id="deviceIdCompleter"/>
238 </completers>
239 </command>
240 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800241 <action class="org.onosproject.cli.net.DeviceRoleCommand"/>
tom5f35f7c2014-09-08 18:38:19 -0700242 <completers>
243 <ref component-id="deviceIdCompleter"/>
toma6235a52014-10-15 13:25:39 -0700244 <ref component-id="nodeIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700245 <ref component-id="roleCompleter"/>
tom5f35f7c2014-09-08 18:38:19 -0700246 </completers>
247 </command>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800248
Thomas Vachuska8ceee942015-04-14 16:53:57 -0700249 <command>
250 <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
251 <completers>
252 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800253 <ref component-id="annotationKeysCompleter"/>
HIGUCHI Yuta98030712015-10-20 13:21:49 -0700254 <null/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800255 </completers>
256 </command>
257
258 <command>
Yuta HIGUCHI7438f5a2017-02-15 22:09:46 -0800259 <action class="org.onosproject.cli.net.AnnotatePortCommand"/>
260 <completers>
261 <ref component-id="connectPointCompleter"/>
262 <ref component-id="annotationKeysCompleter"/>
263 <null/>
264 </completers>
265 </command>
266
267 <command>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800268 <action class="org.onosproject.cli.net.AnnotateLinkCommand"/>
269 <completers>
270 <ref component-id="connectPointCompleter"/>
271 <ref component-id="peerConnectPointCompleter"/>
272 <ref component-id="annotationKeysCompleter"/>
HIGUCHI Yuta98030712015-10-20 13:21:49 -0700273 <null/>
Thomas Vachuska8ceee942015-04-14 16:53:57 -0700274 </completers>
275 </command>
tomc290a122014-09-08 14:27:13 -0700276
277 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800278 <action class="org.onosproject.cli.net.LinksListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -0700279 <completers>
280 <ref component-id="deviceIdCompleter"/>
Jon Hall307ca972018-02-15 13:47:36 -0800281 <null/> <!-- no more arguments -->
tom6d2a43e2014-09-08 01:50:20 -0700282 </completers>
283 </command>
tom13cb4852014-09-11 12:44:17 -0700284
285 <command>
Aaron Kruglikova2b59152015-06-24 14:01:41 -0700286 <action class="org.onosproject.cli.net.EdgePortsListCommand"/>
287 <completers>
288 <ref component-id="deviceIdCompleter"/>
Jonathan Hart6ff6ffe2016-09-09 11:55:50 -0700289 <null/>
Aaron Kruglikova2b59152015-06-24 14:01:41 -0700290 </completers>
291 </command>
292
293 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800294 <action class="org.onosproject.cli.net.TopologyCommand"/>
tom13cb4852014-09-11 12:44:17 -0700295 </command>
296 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800297 <action class="org.onosproject.cli.net.PathListCommand"/>
tom9eb57fb2014-09-11 19:42:38 -0700298 <completers>
299 <ref component-id="deviceIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700300 <ref component-id="deviceIdCompleter"/>
Yuta HIGUCHI33485fb2017-01-25 20:13:30 -0800301 <null/> <!-- no more arguments -->
tom9eb57fb2014-09-11 19:42:38 -0700302 </completers>
303 </command>
tomf5c9d922014-10-03 15:22:03 -0700304
tom9eb57fb2014-09-11 19:42:38 -0700305 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800306 <action class="org.onosproject.cli.net.IntentsListCommand"/>
tom0511a522014-10-04 12:06:02 -0700307 </command>
308 <command>
jaegonkim185299e2018-04-29 20:15:25 +0900309 <action class="org.onosproject.cli.net.IntentsDiagnosisCommand"/>
310 <completers>
311 <ref component-id="intentKeyCompleter"/>
312 </completers>
313 </command>
314 <command>
Thomas Vachuskacdac6e82016-02-29 19:21:49 -0800315 <action class="org.onosproject.cli.net.IntentListCompilers"/>
316 </command>
317 <command>
Yi Tsengaf1c9f32017-05-12 11:45:42 -0700318 <action class="org.onosproject.cli.net.IntentListInstallers"/>
319 </command>
320 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800321 <action class="org.onosproject.cli.net.IntentRemoveCommand"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700322 <completers>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700323 <ref component-id="appIdWithIntentNameCompleter"/>
Brian O'Connor264cb992015-06-04 17:16:57 -0700324 <ref component-id="intentKeyCompleter"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700325 </completers>
326 </command>
tomf5c9d922014-10-03 15:22:03 -0700327 <command>
Brian O'Connor72df5b12015-06-02 16:50:18 -0700328 <action class="org.onosproject.cli.net.IntentPurgeCommand"/>
329 </command>
330 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800331 <action class="org.onosproject.cli.net.AddHostToHostIntentCommand"/>
tom0511a522014-10-04 12:06:02 -0700332 <completers>
tom6db1f0a2014-10-07 09:12:29 -0700333 <ref component-id="hostIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700334 <ref component-id="hostIdCompleter"/>
tom0511a522014-10-04 12:06:02 -0700335 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700336 <optional-completers>
Charles M.C. Chan2d89eca2015-04-29 21:32:17 +0800337 <entry key="-t" value-ref="ethTypeCompleter"/>
338 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
339 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
340 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
341 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700342 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100343 <entry key="-e" value-ref="encapTypeCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700344 </optional-completers>
tomf5c9d922014-10-03 15:22:03 -0700345 </command>
Ray Milkeya058c732014-10-08 13:52:34 -0700346 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800347 <action class="org.onosproject.cli.net.AddPointToPointIntentCommand"/>
Ray Milkeya058c732014-10-08 13:52:34 -0700348 <completers>
349 <ref component-id="connectPointCompleter"/>
350 <ref component-id="connectPointCompleter"/>
Yuta HIGUCHIcd318502016-09-01 14:25:58 -0700351 <null/> <!-- no more argument -->
Ray Milkeya058c732014-10-08 13:52:34 -0700352 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700353 <optional-completers>
354 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800355 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800356 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
357 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
358 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700359 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100360 <entry key="-e" value-ref="encapTypeCompleter"/>
Yuta HIGUCHIcd318502016-09-01 14:25:58 -0700361 <entry key="-r" value-ref="nullCompleter"/> <!-- option has no argument -->
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700362 </optional-completers>
Ray Milkeya058c732014-10-08 13:52:34 -0700363 </command>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700364 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900365 <action class="org.onosproject.cli.net.GetStatisticsCommand"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800366 <completers>
367 <ref component-id="connectPointCompleter"/>
368 </completers>
alshabib23a8d7c2014-10-22 21:53:39 -0700369 </command>
370 <command>
sangyun-han483731c2016-06-06 12:03:16 +0900371 <action class="org.onosproject.cli.net.GetFlowStatisticsCommand"/>
ssyoon90a98825a2015-08-26 00:48:15 +0900372 <completers>
373 <ref component-id="deviceIdCompleter"/>
374 </completers>
375 </command>
376 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800377 <action class="org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand"/>
Ray Milkey0742ec92014-10-13 08:39:55 -0700378 <completers>
379 <ref component-id="connectPointCompleter"/>
380 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700381 <optional-completers>
382 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800383 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800384 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
385 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
386 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700387 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100388 <entry key="-e" value-ref="encapTypeCompleter"/>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700389 </optional-completers>
Ray Milkey0742ec92014-10-13 08:39:55 -0700390 </command>
391 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800392 <action class="org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100393 <completers>
394 <ref component-id="connectPointCompleter"/>
395 </completers>
396 <optional-completers>
397 <entry key="-t" value-ref="ethTypeCompleter"/>
Pavlin Radoslavov70761df2015-03-09 11:05:49 -0700398 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800399 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
400 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
401 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700402 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100403 <entry key="-e" value-ref="encapTypeCompleter"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100404 </optional-completers>
405 </command>
406 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800407 <action class="org.onosproject.cli.net.IntentPushTestCommand"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700408 <completers>
409 <ref component-id="connectPointCompleter"/>
410 <ref component-id="connectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700411 <ref component-id="nullCompleter"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700412 </completers>
413 </command>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700414 <command>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800415 <action class="org.onosproject.cli.net.IntentCycleCommand"/>
416 <completers>
417 <ref component-id="connectPointCompleter"/>
418 <ref component-id="connectPointCompleter"/>
419 <ref component-id="nullCompleter"/>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800420 </completers>
421 </command>
422 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800423 <action class="org.onosproject.cli.net.RandomIntentCommand"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800424 <completers>
425 <ref component-id="nullCompleter"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800426 </completers>
427 </command>
428 <command>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800429 <action class="org.onosproject.cli.net.ResourcesCommand"/>
430 <completers>
431 <ref component-id="deviceIdCompleter"/>
432 <ref component-id="portNumberCompleter"/>
433 </completers>
434 </command>
435 <command>
436 <action class="org.onosproject.cli.net.AllocationsCommand"/>
437 <completers>
438 <ref component-id="deviceIdCompleter"/>
439 <ref component-id="portNumberCompleter"/>
Yuta HIGUCHI65d9d0e2017-05-04 12:44:32 -0700440 <null/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800441 </completers>
442 </command>
443 <command>
444 <action class="org.onosproject.cli.net.TestAllocateResource"/>
445 <completers>
446 <ref component-id="deviceIdCompleter"/>
447 <ref component-id="portNumberCompleter"/>
Yuta HIGUCHI65d9d0e2017-05-04 12:44:32 -0700448 <null/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800449 </completers>
450 </command>
451
Ayaka Koshibe4699b292015-04-28 14:33:10 -0700452 <command>
Yuta HIGUCHIa1071722016-12-07 20:21:16 -0800453 <action class="org.onosproject.cli.net.TestProtectionEndpointIntentCommand"/>
454 <completers>
455 <ref component-id="deviceIdCompleter"/>
456 <ref component-id="deviceIdCompleter"/>
457 <null/>
458 </completers>
459 </command>
460
461 <command>
462 <action class="org.onosproject.cli.net.AddProtectedTransportIntentCommand"/>
463 <completers>
464 <ref component-id="deviceIdCompleter"/>
465 <ref component-id="deviceIdCompleter"/>
466 <null/>
467 </completers>
468 </command>
469
470 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800471 <action class="org.onosproject.cli.net.ClustersListCommand"/>
tom13cb4852014-09-11 12:44:17 -0700472 </command>
473 <command>
Jonathan Hart054da972015-02-18 17:30:28 -0800474 <action class="org.onosproject.cli.net.PartitionsListCommand"/>
475 </command>
476 <command>
Madan Jampania89f8f92015-04-01 14:39:54 -0700477 <action class="org.onosproject.cli.net.MapsListCommand"/>
478 </command>
479 <command>
Madan Jampanib5d72d52015-04-03 16:53:50 -0700480 <action class="org.onosproject.cli.net.CountersListCommand"/>
481 </command>
482 <command>
Madan Jampani35708a92016-07-06 10:48:19 -0700483 <action class="org.onosproject.cli.net.QueuesListCommand"/>
484 </command>
485 <command>
Madan Jampanibff6d8f2015-03-31 16:53:47 -0700486 <action class="org.onosproject.cli.net.TransactionsCommand"/>
487 </command>
488 <command>
Madan Jampaniaac58882016-08-31 14:24:31 -0700489 <action class="org.onosproject.cli.net.CounterCommand"/>
490 </command>
491 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800492 <action class="org.onosproject.cli.net.ClusterDevicesCommand"/>
tom13cb4852014-09-11 12:44:17 -0700493 <completers>
494 <ref component-id="clusterIdCompleter"/>
495 </completers>
496 </command>
497 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800498 <action class="org.onosproject.cli.net.ClusterLinksCommand"/>
tom13cb4852014-09-11 12:44:17 -0700499 <completers>
500 <ref component-id="clusterIdCompleter"/>
501 </completers>
502 </command>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700503
504 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800505 <action class="org.onosproject.cli.net.HostsListCommand"/>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700506 </command>
Jonathan Hart61d4ebc2014-10-29 11:08:26 -0700507 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800508 <action class="org.onosproject.cli.net.HostRemoveCommand"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800509 <completers>
510 <ref component-id="hostIdCompleter"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800511 </completers>
512 </command>
513 <command>
Jonathan Harteb8c9472015-08-05 07:43:13 -0700514 <action class="org.onosproject.cli.net.InterfacesListCommand"/>
515 </command>
tom89b63c52014-09-16 09:19:51 -0700516 <command>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700517 <action class="org.onosproject.cli.net.InterfaceAddCommand"/>
Jonathan Hart7dbe6292015-11-10 08:33:17 -0800518 <completers>
519 <ref component-id="connectPointCompleter" />
520 <ref component-id="placeholderCompleter" />
521 </completers>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700522 </command>
523 <command>
524 <action class="org.onosproject.cli.net.InterfaceRemoveCommand"/>
525 <completers>
526 <ref component-id="connectPointCompleter"/>
Jonathan Hartfce51472017-01-26 16:57:33 -0800527 <ref component-id="interfaceNameCompleter"/>
528 <null/>
Jonathan Hart0bdf8372015-10-08 14:30:36 -0700529 </completers>
530 </command>
531 <command>
Jonathan Hart32600692015-03-09 10:38:40 -0700532 <action class="org.onosproject.cli.net.GroupsListCommand"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800533 <completers>
534 <ref component-id="groupStatusCompleter"/>
535 <ref component-id="deviceIdCompleter"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800536 </completers>
Andreas Pantelopoulos250ad712017-10-02 17:44:59 -0400537 <optional-completers>
538 <entry key="-t" value-ref="groupTypeCompleter"/>
539 </optional-completers>
Jonathan Hart32600692015-03-09 10:38:40 -0700540 </command>
541
542 <command>
sangho538108b2015-04-08 14:29:20 -0700543 <action class="org.onosproject.cli.net.DevicePortStatsCommand"/>
Saurav Dasa2d37502016-03-25 17:50:40 -0700544 <completers>
545 <ref component-id="deviceIdCompleter"/>
546 <ref component-id="portNumberCompleter"/>
547 <null/>
548 </completers>
sangho538108b2015-04-08 14:29:20 -0700549 </command>
550
551 <command>
Andreas Papazois25a98e72016-07-28 10:57:15 +0530552 <action class="org.onosproject.cli.net.PortQueryVlansCommand"/>
553 <completers>
554 <ref component-id="connectPointCompleter"/>
555 </completers>
556 </command>
557
558 <command>
Srikanth Vavilapalli95810f52015-09-14 15:49:56 -0700559 <action class="org.onosproject.cli.net.TableStatisticsCommand"/>
560 </command>
561
562 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800563 <action class="org.onosproject.cli.net.FlowsListCommand"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700564 <completers>
alshabib144a2942014-09-25 18:44:02 -0700565 <ref component-id="flowRuleStatusCompleter"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700566 <ref component-id="deviceIdCompleter"/>
Jonathan Hartc7840bd2016-01-21 23:26:29 -0800567 <ref component-id="placeholderCompleter"/>
568 <null/>
alshabib99b8fdc2014-09-25 14:30:22 -0700569 </completers>
tom1380eee2014-09-24 09:22:02 -0700570 </command>
571
572 <command>
Thomas Vachuska7f171b22015-08-21 12:49:08 -0700573 <action class="org.onosproject.cli.net.PacketRequestsListCommand"/>
574 </command>
575 <command>
576 <action class="org.onosproject.cli.net.PacketProcessorsListCommand"/>
577 </command>
Jonathan Hartc4f681c2016-09-09 07:14:25 -0700578 <command>
579 <action class="org.onosproject.cli.net.NeighbourHandlersListCommand"/>
580 </command>
Thomas Vachuska7f171b22015-08-21 12:49:08 -0700581
582 <command>
suibin zhangcb7f0d12015-08-10 11:14:15 -0700583 <action class="org.onosproject.cli.net.AddTestFlowsCommand"/>
alshabib5afcbd72014-10-30 16:28:40 +0100584 </command>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800585 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800586 <action class="org.onosproject.cli.net.LeaderCommand"/>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800587 </command>
alshabib5afcbd72014-10-30 16:28:40 +0100588
589 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800590 <action class="org.onosproject.cli.net.WipeOutCommand"/>
tom89b63c52014-09-16 09:19:51 -0700591 </command>
Jonathan Harteb8c9472015-08-05 07:43:13 -0700592
jccde3e92e2015-03-28 01:40:44 -0700593 <command>
samuel7a5691a2015-05-23 00:36:32 +0800594 <action class="org.onosproject.cli.net.GlobalLabelCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700595 </command>
596 <command>
samuel7a5691a2015-05-23 00:36:32 +0800597 <action class="org.onosproject.cli.net.LabelResourceCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700598 </command>
599 <command>
samuel7a5691a2015-05-23 00:36:32 +0800600 <action class="org.onosproject.cli.net.GlobalLabelPoolCreateCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700601 </command>
602 <command>
samuel7a5691a2015-05-23 00:36:32 +0800603 <action class="org.onosproject.cli.net.LabelPoolCreateCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700604 </command>
605 <command>
Frank Wangd8ab0962017-08-11 11:09:30 +0800606 <action class="org.onosproject.cli.net.GlobalLabelPoolDestroyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700607 </command>
608 <command>
samuel7a5691a2015-05-23 00:36:32 +0800609 <action class="org.onosproject.cli.net.LabelPoolDestroyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700610 </command>
611 <command>
samuel7a5691a2015-05-23 00:36:32 +0800612 <action class="org.onosproject.cli.net.GlobalLabelReleaseCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700613 </command>
614 <command>
samuel7a5691a2015-05-23 00:36:32 +0800615 <action class="org.onosproject.cli.net.LabelReleaseCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700616 </command>
617 <command>
samuel7a5691a2015-05-23 00:36:32 +0800618 <action class="org.onosproject.cli.net.GlobalLabelApplyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700619 </command>
620 <command>
samuel7a5691a2015-05-23 00:36:32 +0800621 <action class="org.onosproject.cli.net.LabelApplyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700622 </command>
jccd8697232015-05-05 14:42:23 +0800623 <!-- tunnel commands -->
624 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700625 <action class="org.onosproject.cli.net.TunnelBorrowCommand"/>
jccd8697232015-05-05 14:42:23 +0800626 </command>
627 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700628 <action class="org.onosproject.cli.net.TunnelReturnCommand"/>
jccd8697232015-05-05 14:42:23 +0800629 </command>
630 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700631 <action class="org.onosproject.cli.net.TunnelQueryCommand"/>
jccd8697232015-05-05 14:42:23 +0800632 </command>
633 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700634 <action class="org.onosproject.cli.net.TunnelQuerySubscriptionCommand"/>
jccd8697232015-05-05 14:42:23 +0800635 </command>
cheng fan7716ec92015-05-31 01:53:19 +0800636 <command>
637 <action class="org.onosproject.cli.net.TunnelCreateCommand"/>
638 </command>
639 <command>
640 <action class="org.onosproject.cli.net.TunnelRemoveCommand"/>
641 </command>
642 <command>
643 <action class="org.onosproject.cli.net.TunnelUpdateCommand"/>
644 </command>
Brian Stankee312fc72016-02-16 15:07:13 -0500645 <!-- device key commands -->
646 <command>
647 <action class="org.onosproject.cli.net.DeviceKeyListCommand"/>
648 </command>
649 <command>
650 <action class="org.onosproject.cli.net.DeviceKeyAddCommand"/>
651 </command>
652 <command>
653 <action class="org.onosproject.cli.net.DeviceKeyRemoveCommand"/>
654 </command>
655
Jian Licf744442016-02-25 17:32:42 +0900656 <!--region commands -->
657 <command>
658 <action class="org.onosproject.cli.net.RegionListCommand"/>
659 <completers>
660 <ref component-id="regionIdCompleter"/>
661 </completers>
662 </command>
663 <command>
664 <action class="org.onosproject.cli.net.RegionAddCommand"/>
665 <completers>
666 <null/>
667 <null/>
668 <ref component-id="regionTypeCompleter"/>
Jian Li43a0b2f2016-02-29 10:01:54 -0800669 <ref component-id="nodeIdCompleter"/>
Jian Licf744442016-02-25 17:32:42 +0900670 </completers>
671 </command>
672 <command>
673 <action class="org.onosproject.cli.net.RegionUpdateCommand"/>
674 <completers>
675 <ref component-id="regionIdCompleter"/>
676 <null/>
677 <ref component-id="regionTypeCompleter"/>
Jian Li43a0b2f2016-02-29 10:01:54 -0800678 <ref component-id="nodeIdCompleter"/>
Jian Licf744442016-02-25 17:32:42 +0900679 </completers>
680 </command>
681 <command>
682 <action class="org.onosproject.cli.net.RegionRemoveCommand"/>
683 <completers>
684 <ref component-id="regionIdCompleter"/>
685 </completers>
686 </command>
687 <command>
688 <action class="org.onosproject.cli.net.RegionAddDevicesCommand"/>
689 <completers>
690 <ref component-id="regionIdCompleter"/>
691 <ref component-id="deviceIdCompleter"/>
692 </completers>
693 </command>
694 <command>
695 <action class="org.onosproject.cli.net.RegionRemoveDevicesCommand"/>
696 <completers>
697 <ref component-id="regionIdCompleter"/>
698 <ref component-id="deviceIdCompleter"/>
699 </completers>
700 </command>
Simon Huntc4ca7102017-04-08 22:28:04 -0700701 <command>
702 <action class="org.onosproject.cli.net.RegionAddPeerLocCommand"/>
703 <completers>
704 <ref component-id="regionIdCompleter"/>
705 </completers>
706 </command>
Brian Stanke5df14472016-03-11 19:34:38 -0500707
Thomas Vachuskaeb851cd2016-07-21 15:41:05 -0700708 <!-- UI Layout commands -->
709 <command>
710 <action class="org.onosproject.cli.net.LayoutListCommand"/>
711 </command>
712 <command>
713 <action class="org.onosproject.cli.net.LayoutAddCommand"/>
714 </command>
715 <!--TODO: add this + completers
716 <command>
717 <action class="org.onosproject.cli.net.LayoutRemoveCommand"/>
718 </command>
719 -->
720
ghj05045208b252d22018-10-18 10:16:22 -0700721 <command>
722 <action class="org.onosproject.cli.net.PipeconfCommand"/>
723 </command>
724
Brian Stanke5df14472016-03-11 19:34:38 -0500725 <!--virtual network commands -->
726 <command>
727 <action class="org.onosproject.cli.net.vnet.TenantListCommand"/>
728 </command>
729 <command>
730 <action class="org.onosproject.cli.net.vnet.TenantAddCommand"/>
731 </command>
732 <command>
733 <action class="org.onosproject.cli.net.vnet.TenantRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800734 <completers>
735 <ref component-id="tenantCompleter"/>
736 <null/>
737 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500738 </command>
739 <command>
740 <action class="org.onosproject.cli.net.vnet.VirtualNetworkListCommand"/>
741 </command>
742 <command>
743 <action class="org.onosproject.cli.net.vnet.VirtualNetworkCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800744 <completers>
745 <ref component-id="tenantCompleter"/>
746 <ref component-id="nullCompleter"/>
747 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500748 </command>
749 <command>
750 <action class="org.onosproject.cli.net.vnet.VirtualNetworkRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800751 <completers>
752 <ref component-id="virtualNetworkCompleter"/>
753 <null/>
754 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500755 </command>
756 <command>
757 <action class="org.onosproject.cli.net.vnet.VirtualDeviceListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800758 <completers>
759 <ref component-id="virtualNetworkCompleter"/>
760 <null/>
761 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500762 </command>
763 <command>
764 <action class="org.onosproject.cli.net.vnet.VirtualDeviceCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800765 <completers>
766 <ref component-id="virtualNetworkCompleter"/>
767 <null/>
768 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500769 </command>
770 <command>
771 <action class="org.onosproject.cli.net.vnet.VirtualDeviceRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800772 <completers>
773 <ref component-id="virtualNetworkCompleter"/>
774 <ref component-id="virtualDeviceCompleter"/>
775 <ref component-id="nullCompleter"/>
776 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500777 </command>
778 <command>
779 <action class="org.onosproject.cli.net.vnet.VirtualLinkListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800780 <completers>
781 <ref component-id="virtualNetworkCompleter"/>
782 <null/>
783 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500784 </command>
785 <command>
786 <action class="org.onosproject.cli.net.vnet.VirtualLinkCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800787 <completers>
788 <ref component-id="virtualNetworkCompleter"/>
789 <ref component-id="virtualDeviceCompleter"/>
790 <ref component-id="virtualPortCompleter"/>
791 <ref component-id="virtualDeviceCompleter"/>
792 <ref component-id="virtualPortCompleter"/>
793 <null/>
794 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500795 </command>
796 <command>
797 <action class="org.onosproject.cli.net.vnet.VirtualLinkRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800798 <completers>
799 <ref component-id="virtualNetworkCompleter"/>
800 <ref component-id="virtualDeviceCompleter"/>
801 <ref component-id="virtualPortCompleter"/>
802 <ref component-id="virtualDeviceCompleter"/>
803 <ref component-id="virtualPortCompleter"/>
804 <null/>
805 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500806 </command>
807 <command>
808 <action class="org.onosproject.cli.net.vnet.VirtualPortListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800809 <completers>
810 <ref component-id="virtualNetworkCompleter"/>
811 <ref component-id="virtualDeviceCompleter"/>
812 <null/>
813 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500814 </command>
815 <command>
816 <action class="org.onosproject.cli.net.vnet.VirtualPortCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800817 <completers>
818 <ref component-id="virtualNetworkCompleter"/>
819 <ref component-id="virtualDeviceCompleter"/>
820 <ref component-id="nullCompleter"/>
821 <ref component-id="deviceIdCompleter"/>
822 <ref component-id="portNumberCompleter"/>
823 <null/>
824 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500825 </command>
826 <command>
Yoonseon Han6c603892016-09-01 11:52:21 -0700827 <action class="org.onosproject.cli.net.vnet.VirtualPortBindCommand"/>
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 <ref component-id="deviceIdCompleter"/>
833 <ref component-id="portNumberCompleter"/>
834 <null/>
835 </completers>
Yoonseon Han6c603892016-09-01 11:52:21 -0700836 </command>
837 <command>
Claudine Chiu579969d2017-10-06 14:32:18 -0400838 <action class="org.onosproject.cli.net.vnet.VirtualPortStateCommand"/>
839 <completers>
840 <ref component-id="virtualNetworkCompleter"/>
841 <ref component-id="virtualDeviceCompleter"/>
842 <ref component-id="virtualPortCompleter"/>
843 <null/>
844 </completers>
845 </command>
846 <command>
Brian Stanke5df14472016-03-11 19:34:38 -0500847 <action class="org.onosproject.cli.net.vnet.VirtualPortRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800848 <completers>
849 <ref component-id="virtualNetworkCompleter"/>
850 <ref component-id="virtualDeviceCompleter"/>
851 <ref component-id="virtualPortCompleter"/>
852 <null/>
853 </completers>
Brian Stanke5df14472016-03-11 19:34:38 -0500854 </command>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000855 <command>
856 <action class="org.onosproject.cli.net.vnet.VirtualHostListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800857 <completers>
858 <ref component-id="virtualNetworkCompleter"/>
859 <null/>
860 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000861 </command>
862 <command>
863 <action class="org.onosproject.cli.net.vnet.VirtualHostCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800864 <completers>
865 <ref component-id="virtualNetworkCompleter"/>
866 <null/>
867 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000868 </command>
869 <command>
870 <action class="org.onosproject.cli.net.vnet.VirtualHostRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800871 <completers>
872 <ref component-id="virtualNetworkCompleter"/>
873 <ref component-id="virtualHostCompleter"/>
874 <null/>
875 </completers>
Claudine Chiu25f07be2016-06-27 16:21:21 +0000876 </command>
Brian Stanke11f6d532016-07-05 16:17:59 -0400877 <command>
878 <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentCreateCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800879 <completers>
880 <ref component-id="virtualNetworkCompleter"/>
881 <null/>
882 </completers>
Brian Stanke11f6d532016-07-05 16:17:59 -0400883 </command>
884 <command>
885 <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800886 <completers>
887 <ref component-id="virtualNetworkCompleter"/>
888 <null/>
889 </completers>
Brian Stanke11f6d532016-07-05 16:17:59 -0400890 </command>
Sangsik Yoonf0b3ad82016-08-19 18:47:59 +0900891 <command>
Yoonseon Han21058322017-03-07 17:48:56 +0900892 <action class="org.onosproject.cli.net.vnet.VirtualFlowsListCommand"/>
Harold Huang652ea832017-03-18 22:59:44 +0800893 <completers>
894 <ref component-id="virtualNetworkCompleter"/>
895 <ref component-id="flowRuleStatusCompleter"/>
896 <ref component-id="virtualDeviceCompleter"/>
897 <ref component-id="placeholderCompleter"/>
898 <null/>
899 </completers>
Yoonseon Han21058322017-03-07 17:48:56 +0900900 </command>
901 <command>
Claudine Chiu1f036b82017-03-09 16:45:56 -0500902 <action class="org.onosproject.cli.net.vnet.VirtualNetworkPacketRequestCommand"/>
903 <optional-completers>
904 <entry key="-t" value-ref="ethTypeCompleter"/>
905 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
906 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
907 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
908 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
909 </optional-completers>
910 </command>
911 <command>
Harold Huang222c6ec2017-06-02 15:02:49 +0800912 <action class="org.onosproject.cli.net.vnet.VirtualNetworkBalanceMastersCommand"/>
913 <completers>
914 <ref component-id="virtualNetworkCompleter"/>
915 <null/>
916 </completers>
917 </command>
918 <command>
Sangsik Yoonf0b3ad82016-08-19 18:47:59 +0900919 <action class="org.onosproject.cli.net.DpisListCommand"/>
920 </command>
Yuta HIGUCHIfadb9a32017-01-13 09:33:10 -0800921
922 <command>
923 <action class="org.onosproject.cli.net.IntentDetailsCommand"/>
924 <optional-completers>
925 <entry key="--id" value-ref="intentIdCompleter"/>
926 </optional-completers>
927 </command>
928
Yuta HIGUCHI31207782017-02-17 14:43:40 -0800929 <command>
930 <action class="org.onosproject.cli.net.ConfigureLinkCommand"/>
931 <completers>
932 <ref component-id="connectPointCompleter"/>
933 <ref component-id="peerConnectPointCompleter"/>
934 <null/>
935 </completers>
936 <optional-completers>
937 <entry key="--type" value-ref="linkTypeCompleter"/>
938 </optional-completers>
939 </command>
940
slowr370d9082017-10-20 16:44:54 -0700941 <command>
942 <action class="org.onosproject.cli.MembershipsListCommand"/>
943 </command>
944
Michele Santuaria271faa2017-04-18 11:36:37 +0200945 <!--Domain command-->
946 <command>
947 <action class="org.onosproject.cli.net.GetDomainsCommand"/>
948 </command>
Yuta HIGUCHI31207782017-02-17 14:43:40 -0800949
tom0eb04ca2014-08-25 14:34:51 -0700950 </command-bundle>
951
Changhoon Yoonb856b812015-08-10 03:47:19 +0900952 <bean id="reviewAppNameCompleter" class="org.onosproject.cli.security.ReviewApplicationNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800953 <bean id="appCommandCompleter" class="org.onosproject.cli.app.ApplicationCommandCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -0800954 <bean id="appNameCompleter" class="org.onosproject.cli.app.ApplicationNameCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700955 <bean id="allAppNameCompleter" class="org.onosproject.cli.app.AllApplicationNamesCompleter"/>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700956 <bean id="appIdWithIntentNameCompleter" class="org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter"/>
Thomas Vachuska6d697f12015-03-08 20:59:50 -0700957 <bean id="cfgCommandCompleter" class="org.onosproject.cli.cfg.ComponentConfigCommandCompleter"/>
958 <bean id="componentNameCompleter" class="org.onosproject.cli.cfg.ComponentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -0700959 <bean id="componentPropertyNameCompleter" class="org.onosproject.cli.cfg.ComponentPropertyNameCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800960 <bean id="nodeIdCompleter" class="org.onosproject.cli.NodeIdCompleter"/>
961 <bean id="deviceIdCompleter" class="org.onosproject.cli.net.DeviceIdCompleter"/>
HIGUCHI Yuta848324f2015-12-04 21:11:26 -0800962 <bean id="portNumberCompleter" class="org.onosproject.cli.net.PortNumberCompleter"/>
Yuta HIGUCHI8de43282018-06-03 23:25:12 -0700963 <bean id="numericPortNumberCompleter" class="org.onosproject.cli.net.completer.NumericPortNumberCompleter" />
Saurav Dasa2d37502016-03-25 17:50:40 -0700964 <bean id="portStateCompleter" class="org.onosproject.cli.net.PortStateCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800965 <bean id="clusterIdCompleter" class="org.onosproject.cli.net.ClusterIdCompleter"/>
966 <bean id="roleCompleter" class="org.onosproject.cli.net.RoleCompleter"/>
967 <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/>
Brian O'Connor264cb992015-06-04 17:16:57 -0700968 <bean id="intentKeyCompleter" class="org.onosproject.cli.net.IntentKeyCompleter"/>
Yuta HIGUCHIfadb9a32017-01-13 09:33:10 -0800969 <bean id="intentIdCompleter" class="org.onosproject.cli.net.completer.IntentIdCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800970 <bean id="flowRuleStatusCompleter" class="org.onosproject.cli.net.FlowRuleStatusCompleter"/>
Charles Chanf38aca72016-02-18 13:40:18 -0800971 <bean id="groupStatusCompleter" class="org.onosproject.cli.net.GroupStatusCompleter" />
Andreas Pantelopoulos250ad712017-10-02 17:44:59 -0400972 <bean id="groupTypeCompleter" class="org.onosproject.cli.net.GroupTypeCompleter" />
Brian O'Connorabafb502014-12-02 22:26:20 -0800973 <bean id="connectPointCompleter" class="org.onosproject.cli.net.ConnectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700974 <bean id="nullCompleter" class="org.apache.karaf.shell.console.completer.NullCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800975 <bean id="ethTypeCompleter" class="org.onosproject.cli.net.EthTypeCompleter"/>
976 <bean id="ipProtocolCompleter" class="org.onosproject.cli.net.IpProtocolCompleter"/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700977 <bean id="driverNameCompleter" class="org.onosproject.cli.net.DriverNameCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800978 <bean id="Icmp6TypeCompleter" class="org.onosproject.cli.net.Icmp6TypeCompleter"/>
979 <bean id="Icmp6CodeCompleter" class="org.onosproject.cli.net.Icmp6CodeCompleter"/>
980 <bean id="ExtHeaderCompleter" class="org.onosproject.cli.net.ExtHeaderCompleter"/>
tom6d2a43e2014-09-08 01:50:20 -0700981
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700982 <bean id="startStopCompleter" class="org.onosproject.cli.StartStopCompleter"/>
Flavio Castro4b519412015-07-24 12:57:59 -0700983 <bean id="metricNameCompleter" class="org.onosproject.cli.MetricNameCompleter"/>
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700984 <bean id="upDownCompleter" class="org.onosproject.cli.UpDownCompleter"/>
Michele Santuari05b882c2015-11-25 09:40:46 +0100985 <bean id="encapTypeCompleter" class="org.onosproject.cli.net.EncapTypeCompleter"/>
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700986
Jonathan Hart7dbe6292015-11-10 08:33:17 -0800987 <bean id="placeholderCompleter" class="org.onosproject.cli.PlaceholderCompleter"/>
988
HIGUCHI Yuta4f074c02015-11-23 10:15:53 -0800989 <bean id="subjectClassKeyCompleter" class="org.onosproject.cli.cfg.SubjectClassKeyCompleter"/>
990 <bean id="subjectKeyCompleter" class="org.onosproject.cli.cfg.SubjectKeyCompleter"/>
991 <bean id="configKeyCompleter" class="org.onosproject.cli.cfg.ConfigKeyCompleter"/>
992
Jian Licf744442016-02-25 17:32:42 +0900993 <bean id="regionIdCompleter" class="org.onosproject.cli.net.RegionIdCompleter"/>
994 <bean id="regionTypeCompleter" class="org.onosproject.cli.net.RegionTypeCompleter"/>
Yuta HIGUCHI5f3c0332017-01-09 17:41:07 -0800995
996 <bean id="annotationKeysCompleter" class="org.onosproject.cli.net.completer.AnnotationKeysCompleter"/>
997
998 <bean id="peerConnectPointCompleter" class="org.onosproject.cli.net.completer.PeerConnectPointCompleter"/>
Michele Santuaria271faa2017-04-18 11:36:37 +0200999
Jonathan Hartfce51472017-01-26 16:57:33 -08001000 <bean id="interfaceNameCompleter" class="org.onosproject.cli.net.completer.InterfaceNameCompleter"/>
Yuta HIGUCHI31207782017-02-17 14:43:40 -08001001
1002 <bean id="linkTypeCompleter" class="org.onosproject.cli.net.completer.LinkTypeCompleter"/>
1003
Harold Huang652ea832017-03-18 22:59:44 +08001004 <bean id="tenantCompleter" class="org.onosproject.cli.net.vnet.TenantCompleter"/>
1005 <bean id="virtualNetworkCompleter" class="org.onosproject.cli.net.vnet.VirtualNetworkCompleter"/>
1006 <bean id="virtualDeviceCompleter" class="org.onosproject.cli.net.vnet.VirtualDeviceCompleter"/>
1007 <bean id="virtualPortCompleter" class="org.onosproject.cli.net.vnet.VirtualPortCompleter"/>
1008 <bean id="virtualHostCompleter" class="org.onosproject.cli.net.vnet.VirtualHostCompleter"/>
Michele Santuaria271faa2017-04-18 11:36:37 +02001009
1010 <bean id="domainIdCompleter" class="org.onosproject.cli.net.DomainIdCompleter" />
1011
Pier Luigib29144d2018-01-15 18:06:43 +01001012 <bean id="mcastGroupCompleter" class="org.onosproject.cli.net.McastGroupCompleter"/>
1013
tom0eb04ca2014-08-25 14:34:51 -07001014</blueprint>