Thomas Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 1 | <!-- |
Brian O'Connor | 5ab426f | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 2 | ~ Copyright 2014-present Open Networking Laboratory |
Thomas Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 3 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 4 | ~ 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 Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 7 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 8 | ~ 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 Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 15 | --> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 16 | <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 HIGUCHI | 46e30cc | 2017-02-02 12:29:34 -0800 | [diff] [blame] | 19 | |
| 20 | <command> |
Yuta HIGUCHI | 02a125e | 2017-05-05 18:36:21 -0700 | [diff] [blame] | 21 | <action class="org.onosproject.cli.MarkCommand"/> |
| 22 | </command> |
| 23 | |
| 24 | <command> |
Yuta HIGUCHI | 46e30cc | 2017-02-02 12:29:34 -0800 | [diff] [blame] | 25 | <action class="org.onosproject.cli.PrettyJson"/> |
| 26 | </command> |
| 27 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 28 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 29 | <action class="org.onosproject.cli.SummaryCommand"/> |
tom | 9b4030d | 2014-10-06 10:39:03 -0700 | [diff] [blame] | 30 | </command> |
Yuta HIGUCHI | 6a46283 | 2014-11-23 23:56:03 -0800 | [diff] [blame] | 31 | <command> |
Changhoon Yoon | b856b81 | 2015-08-10 03:47:19 +0900 | [diff] [blame] | 32 | <action class="org.onosproject.cli.security.ReviewCommand"/> |
Changhoon Yoon | 23dee8f | 2015-05-18 22:19:49 +0900 | [diff] [blame] | 33 | <completers> |
Changhoon Yoon | b856b81 | 2015-08-10 03:47:19 +0900 | [diff] [blame] | 34 | <ref component-id="reviewAppNameCompleter"/> |
Changhoon Yoon | 23dee8f | 2015-05-18 22:19:49 +0900 | [diff] [blame] | 35 | </completers> |
| 36 | </command> |
| 37 | |
| 38 | <command> |
Saurav Das | 2443119 | 2016-03-07 19:13:00 -0800 | [diff] [blame] | 39 | <action class="org.onosproject.cli.net.FlowObjectiveNextListCommand"/> |
| 40 | </command> |
| 41 | |
| 42 | <command> |
Saurav Das | b5c236e | 2016-06-07 10:08:06 -0700 | [diff] [blame] | 43 | <action class="org.onosproject.cli.net.FlowObjectivePendingNextCommand"/> |
| 44 | </command> |
| 45 | |
| 46 | <command> |
Xin Jin | 313708b | 2015-07-09 13:43:04 -0700 | [diff] [blame] | 47 | <action class="org.onosproject.cli.net.FlowObjectiveCompositionCommand"/> |
| 48 | </command> |
| 49 | |
| 50 | <command> |
Thomas Vachuska | 90b453f | 2015-01-30 18:57:14 -0800 | [diff] [blame] | 51 | <action class="org.onosproject.cli.app.ApplicationsListCommand"/> |
| 52 | </command> |
| 53 | |
| 54 | <command> |
Thomas Vachuska | 1dcb048 | 2015-02-18 18:21:28 -0800 | [diff] [blame] | 55 | <action class="org.onosproject.cli.app.ApplicationCommand"/> |
| 56 | <completers> |
| 57 | <ref component-id="appCommandCompleter"/> |
| 58 | <ref component-id="appNameCompleter"/> |
Thomas Vachuska | 1dcb048 | 2015-02-18 18:21:28 -0800 | [diff] [blame] | 59 | </completers> |
| 60 | </command> |
| 61 | |
Thomas Vachuska | 1dcb048 | 2015-02-18 18:21:28 -0800 | [diff] [blame] | 62 | <command> |
Thomas Vachuska | 6d697f1 | 2015-03-08 20:59:50 -0700 | [diff] [blame] | 63 | <action class="org.onosproject.cli.cfg.ComponentConfigCommand"/> |
Thomas Vachuska | 90b453f | 2015-01-30 18:57:14 -0800 | [diff] [blame] | 64 | <completers> |
Thomas Vachuska | 6d697f1 | 2015-03-08 20:59:50 -0700 | [diff] [blame] | 65 | <ref component-id="cfgCommandCompleter"/> |
| 66 | <ref component-id="componentNameCompleter"/> |
Ray Milkey | fb6655e | 2015-04-10 10:50:54 -0700 | [diff] [blame] | 67 | <ref component-id="componentPropertyNameCompleter"/> |
Thomas Vachuska | 90b453f | 2015-01-30 18:57:14 -0800 | [diff] [blame] | 68 | </completers> |
| 69 | </command> |
| 70 | |
| 71 | <command> |
Thomas Vachuska | 96d55b1 | 2015-05-11 08:52:03 -0700 | [diff] [blame] | 72 | <action class="org.onosproject.cli.cfg.NetworkConfigRegistryCommand"/> |
| 73 | </command> |
| 74 | |
| 75 | <command> |
| 76 | <action class="org.onosproject.cli.cfg.NetworkConfigCommand"/> |
HIGUCHI Yuta | 4f074c0 | 2015-11-23 10:15:53 -0800 | [diff] [blame] | 77 | <completers> |
| 78 | <ref component-id="subjectClassKeyCompleter"/> |
| 79 | <ref component-id="subjectKeyCompleter"/> |
| 80 | <ref component-id="configKeyCompleter"/> |
| 81 | </completers> |
Thomas Vachuska | 96d55b1 | 2015-05-11 08:52:03 -0700 | [diff] [blame] | 82 | </command> |
| 83 | |
| 84 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 85 | <action class="org.onosproject.cli.MetricsListCommand"/> |
Flavio Castro | 4b51941 | 2015-07-24 12:57:59 -0700 | [diff] [blame] | 86 | <completers> |
| 87 | <ref component-id="metricNameCompleter"/> |
| 88 | </completers> |
Yuta HIGUCHI | 6a46283 | 2014-11-23 23:56:03 -0800 | [diff] [blame] | 89 | </command> |
| 90 | |
tom | 9b4030d | 2014-10-06 10:39:03 -0700 | [diff] [blame] | 91 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 92 | <action class="org.onosproject.cli.NodesListCommand"/> |
tom | e472987 | 2014-09-23 00:37:37 -0700 | [diff] [blame] | 93 | </command> |
Ayaka Koshibe | 45503ce | 2014-10-14 11:26:45 -0700 | [diff] [blame] | 94 | |
| 95 | <command> |
Thomas Vachuska | 4cfcc56 | 2015-06-03 09:51:02 -0700 | [diff] [blame] | 96 | <action class="org.onosproject.cli.UiViewListCommand"/> |
| 97 | </command> |
| 98 | |
| 99 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 100 | <action class="org.onosproject.cli.RolesCommand"/> |
Ayaka Koshibe | 45503ce | 2014-10-14 11:26:45 -0700 | [diff] [blame] | 101 | </command> |
tom | 9710fb4 | 2014-09-29 11:35:28 -0700 | [diff] [blame] | 102 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 103 | <action class="org.onosproject.cli.MastersListCommand"/> |
Thomas Vachuska | e0f804a | 2014-10-27 23:40:48 -0700 | [diff] [blame] | 104 | </command> |
| 105 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 106 | <action class="org.onosproject.cli.BalanceMastersCommand"/> |
Thomas Vachuska | e02e11c | 2014-11-24 16:13:52 -0800 | [diff] [blame] | 107 | </command> |
| 108 | <command> |
Thomas Vachuska | 90b453f | 2015-01-30 18:57:14 -0800 | [diff] [blame] | 109 | <action class="org.onosproject.cli.app.ApplicationIdListCommand"/> |
alshabib | a7f7ca8 | 2014-09-22 11:41:23 -0700 | [diff] [blame] | 110 | </command> |
tom | 1380eee | 2014-09-24 09:22:02 -0700 | [diff] [blame] | 111 | |
alshabib | a7f7ca8 | 2014-09-22 11:41:23 -0700 | [diff] [blame] | 112 | <command> |
Jonathan Hart | 1d00639 | 2016-02-11 09:12:56 -0800 | [diff] [blame] | 113 | <action class="org.onosproject.cli.net.McastShowCommand"/> |
| 114 | </command> |
| 115 | <command> |
| 116 | <action class="org.onosproject.cli.net.McastJoinCommand"/> |
| 117 | </command> |
| 118 | <command> |
| 119 | <action class="org.onosproject.cli.net.McastDeleteCommand"/> |
| 120 | </command> |
| 121 | |
| 122 | <command> |
Thomas Vachuska | 5c2f813 | 2015-04-08 23:09:08 -0700 | [diff] [blame] | 123 | <action class="org.onosproject.cli.net.DriversListCommand"/> |
| 124 | <completers> |
| 125 | <ref component-id="driverNameCompleter"/> |
Jonathan Hart | a98ae9d | 2017-01-26 17:11:11 -0800 | [diff] [blame] | 126 | <null/> |
Thomas Vachuska | 5c2f813 | 2015-04-08 23:09:08 -0700 | [diff] [blame] | 127 | </completers> |
| 128 | </command> |
| 129 | |
| 130 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 131 | <action class="org.onosproject.cli.net.DevicesListCommand"/> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 132 | </command> |
| 133 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 134 | <action class="org.onosproject.cli.net.DevicePortsListCommand"/> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 135 | <completers> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 136 | <ref component-id="deviceIdCompleter"/> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 137 | </completers> |
| 138 | </command> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 139 | <command> |
Saurav Das | a2d3750 | 2016-03-25 17:50:40 -0700 | [diff] [blame] | 140 | <action class="org.onosproject.cli.net.DevicePortStateCommand"/> |
| 141 | <completers> |
| 142 | <ref component-id="deviceIdCompleter"/> |
| 143 | <ref component-id="portNumberCompleter"/> |
| 144 | <ref component-id="portStateCompleter"/> |
| 145 | <null/> |
| 146 | </completers> |
| 147 | </command> |
| 148 | <command> |
andrea | ed976a4 | 2015-10-05 14:38:25 -0700 | [diff] [blame] | 149 | <action class="org.onosproject.cli.net.DeviceControllersCommand"/> |
| 150 | <completers> |
| 151 | <ref component-id="deviceIdCompleter"/> |
| 152 | </completers> |
| 153 | </command> |
| 154 | <command> |
| 155 | <action class="org.onosproject.cli.net.DeviceSetControllersCommand"/> |
| 156 | <completers> |
| 157 | <ref component-id="deviceIdCompleter"/> |
| 158 | </completers> |
| 159 | </command> |
| 160 | <command> |
Aaron Kruglikov | 12faf8d | 2016-01-04 16:24:07 -0800 | [diff] [blame] | 161 | <action class="org.onosproject.cli.net.DeviceConfigGetterCommand"/> |
| 162 | <completers> |
| 163 | <ref component-id="deviceIdCompleter"/> |
Yuta HIGUCHI | 57ba1e1 | 2017-04-26 15:51:47 -0700 | [diff] [blame] | 164 | <null/> |
Aaron Kruglikov | 12faf8d | 2016-01-04 16:24:07 -0800 | [diff] [blame] | 165 | </completers> |
| 166 | </command> |
| 167 | <command> |
Andreas Papazois | c93117d | 2016-01-13 15:19:27 +0200 | [diff] [blame] | 168 | <action class="org.onosproject.cli.net.DeviceConfigSetterCommand"/> |
| 169 | <completers> |
| 170 | <ref component-id="deviceIdCompleter"/> |
Yuta HIGUCHI | 57ba1e1 | 2017-04-26 15:51:47 -0700 | [diff] [blame] | 171 | <null/> |
Andreas Papazois | c93117d | 2016-01-13 15:19:27 +0200 | [diff] [blame] | 172 | </completers> |
| 173 | </command> |
| 174 | <command> |
Andrea Campanella | d8d92db | 2016-01-14 16:24:41 -0800 | [diff] [blame] | 175 | <action class="org.onosproject.cli.net.DevicePortGetterCommand"/> |
| 176 | <completers> |
| 177 | <ref component-id="deviceIdCompleter"/> |
Yuta HIGUCHI | 57ba1e1 | 2017-04-26 15:51:47 -0700 | [diff] [blame] | 178 | <null/> |
Andrea Campanella | d8d92db | 2016-01-14 16:24:41 -0800 | [diff] [blame] | 179 | </completers> |
| 180 | </command> |
| 181 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 182 | <action class="org.onosproject.cli.net.DeviceRemoveCommand"/> |
tom | c290a12 | 2014-09-08 14:27:13 -0700 | [diff] [blame] | 183 | <completers> |
| 184 | <ref component-id="deviceIdCompleter"/> |
| 185 | </completers> |
| 186 | </command> |
tom | 5f35f7c | 2014-09-08 18:38:19 -0700 | [diff] [blame] | 187 | <command> |
Andreas Papazois | 1dff77c | 2016-02-16 16:27:33 +0200 | [diff] [blame] | 188 | <action class="org.onosproject.cli.net.DeviceInterfaceAddCommand"/> |
| 189 | <completers> |
| 190 | <ref component-id="deviceIdCompleter"/> |
| 191 | </completers> |
| 192 | </command> |
| 193 | <command> |
Andreas Papazois | 92e4a04 | 2016-02-24 15:29:30 +0200 | [diff] [blame] | 194 | <action class="org.onosproject.cli.net.DeviceInterfaceRemoveCommand"/> |
| 195 | <completers> |
| 196 | <ref component-id="deviceIdCompleter"/> |
| 197 | </completers> |
| 198 | </command> |
| 199 | <command> |
Andreas Papazois | 1ed54cf | 2016-05-04 16:22:40 +0300 | [diff] [blame] | 200 | <action class="org.onosproject.cli.net.DeviceInterfacesListCommand"/> |
| 201 | <completers> |
| 202 | <ref component-id="deviceIdCompleter"/> |
| 203 | </completers> |
| 204 | </command> |
| 205 | <command> |
Jordi Ortiz | 4c93e27 | 2017-01-30 13:25:51 +0100 | [diff] [blame] | 206 | <action class="org.onosproject.cli.net.MeterAddCommand"/> |
alshabib | 58fe6dc | 2015-08-19 17:16:13 -0700 | [diff] [blame] | 207 | <completers> |
| 208 | <ref component-id="deviceIdCompleter"/> |
| 209 | </completers> |
| 210 | </command> |
| 211 | <command> |
Jordi Ortiz | 1d8cc49 | 2017-01-27 14:28:53 +0100 | [diff] [blame] | 212 | <action class="org.onosproject.cli.net.MeterRemoveCommand"/> |
| 213 | <completers> |
| 214 | <ref component-id="deviceIdCompleter"/> |
| 215 | </completers> |
| 216 | </command> |
| 217 | <command> |
sangyun-han | 483731c | 2016-06-06 12:03:16 +0900 | [diff] [blame] | 218 | <action class="org.onosproject.cli.net.MetersListCommand"/> |
alshabib | 58fe6dc | 2015-08-19 17:16:13 -0700 | [diff] [blame] | 219 | <completers> |
| 220 | <ref component-id="deviceIdCompleter"/> |
| 221 | </completers> |
| 222 | </command> |
| 223 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 224 | <action class="org.onosproject.cli.net.DeviceRoleCommand"/> |
tom | 5f35f7c | 2014-09-08 18:38:19 -0700 | [diff] [blame] | 225 | <completers> |
| 226 | <ref component-id="deviceIdCompleter"/> |
tom | a6235a5 | 2014-10-15 13:25:39 -0700 | [diff] [blame] | 227 | <ref component-id="nodeIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 228 | <ref component-id="roleCompleter"/> |
tom | 5f35f7c | 2014-09-08 18:38:19 -0700 | [diff] [blame] | 229 | </completers> |
| 230 | </command> |
Yuta HIGUCHI | 5f3c033 | 2017-01-09 17:41:07 -0800 | [diff] [blame] | 231 | |
Thomas Vachuska | 8ceee94 | 2015-04-14 16:53:57 -0700 | [diff] [blame] | 232 | <command> |
| 233 | <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/> |
| 234 | <completers> |
| 235 | <ref component-id="deviceIdCompleter"/> |
Yuta HIGUCHI | 5f3c033 | 2017-01-09 17:41:07 -0800 | [diff] [blame] | 236 | <ref component-id="annotationKeysCompleter"/> |
HIGUCHI Yuta | 9803071 | 2015-10-20 13:21:49 -0700 | [diff] [blame] | 237 | <null/> |
Yuta HIGUCHI | 5f3c033 | 2017-01-09 17:41:07 -0800 | [diff] [blame] | 238 | </completers> |
| 239 | </command> |
| 240 | |
| 241 | <command> |
Yuta HIGUCHI | 7438f5a | 2017-02-15 22:09:46 -0800 | [diff] [blame] | 242 | <action class="org.onosproject.cli.net.AnnotatePortCommand"/> |
| 243 | <completers> |
| 244 | <ref component-id="connectPointCompleter"/> |
| 245 | <ref component-id="annotationKeysCompleter"/> |
| 246 | <null/> |
| 247 | </completers> |
| 248 | </command> |
| 249 | |
| 250 | <command> |
Yuta HIGUCHI | 5f3c033 | 2017-01-09 17:41:07 -0800 | [diff] [blame] | 251 | <action class="org.onosproject.cli.net.AnnotateLinkCommand"/> |
| 252 | <completers> |
| 253 | <ref component-id="connectPointCompleter"/> |
| 254 | <ref component-id="peerConnectPointCompleter"/> |
| 255 | <ref component-id="annotationKeysCompleter"/> |
HIGUCHI Yuta | 9803071 | 2015-10-20 13:21:49 -0700 | [diff] [blame] | 256 | <null/> |
Thomas Vachuska | 8ceee94 | 2015-04-14 16:53:57 -0700 | [diff] [blame] | 257 | </completers> |
| 258 | </command> |
tom | c290a12 | 2014-09-08 14:27:13 -0700 | [diff] [blame] | 259 | |
| 260 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 261 | <action class="org.onosproject.cli.net.LinksListCommand"/> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 262 | <completers> |
| 263 | <ref component-id="deviceIdCompleter"/> |
| 264 | </completers> |
| 265 | </command> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 266 | |
| 267 | <command> |
Aaron Kruglikov | a2b5915 | 2015-06-24 14:01:41 -0700 | [diff] [blame] | 268 | <action class="org.onosproject.cli.net.EdgePortsListCommand"/> |
| 269 | <completers> |
| 270 | <ref component-id="deviceIdCompleter"/> |
Jonathan Hart | 6ff6ffe | 2016-09-09 11:55:50 -0700 | [diff] [blame] | 271 | <null/> |
Aaron Kruglikov | a2b5915 | 2015-06-24 14:01:41 -0700 | [diff] [blame] | 272 | </completers> |
| 273 | </command> |
| 274 | |
| 275 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 276 | <action class="org.onosproject.cli.net.TopologyCommand"/> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 277 | </command> |
| 278 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 279 | <action class="org.onosproject.cli.net.PathListCommand"/> |
tom | 9eb57fb | 2014-09-11 19:42:38 -0700 | [diff] [blame] | 280 | <completers> |
| 281 | <ref component-id="deviceIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 282 | <ref component-id="deviceIdCompleter"/> |
Yuta HIGUCHI | 33485fb | 2017-01-25 20:13:30 -0800 | [diff] [blame] | 283 | <null/> <!-- no more arguments --> |
tom | 9eb57fb | 2014-09-11 19:42:38 -0700 | [diff] [blame] | 284 | </completers> |
| 285 | </command> |
tom | f5c9d92 | 2014-10-03 15:22:03 -0700 | [diff] [blame] | 286 | |
tom | 9eb57fb | 2014-09-11 19:42:38 -0700 | [diff] [blame] | 287 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 288 | <action class="org.onosproject.cli.net.IntentsListCommand"/> |
tom | 0511a52 | 2014-10-04 12:06:02 -0700 | [diff] [blame] | 289 | </command> |
| 290 | <command> |
Thomas Vachuska | cdac6e8 | 2016-02-29 19:21:49 -0800 | [diff] [blame] | 291 | <action class="org.onosproject.cli.net.IntentListCompilers"/> |
| 292 | </command> |
| 293 | <command> |
Yi Tseng | af1c9f3 | 2017-05-12 11:45:42 -0700 | [diff] [blame] | 294 | <action class="org.onosproject.cli.net.IntentListInstallers"/> |
| 295 | </command> |
| 296 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 297 | <action class="org.onosproject.cli.net.IntentRemoveCommand"/> |
Brian O'Connor | 66630c8 | 2014-10-02 21:08:19 -0700 | [diff] [blame] | 298 | <completers> |
Ray Milkey | d088e8a | 2015-04-07 14:56:57 -0700 | [diff] [blame] | 299 | <ref component-id="appIdWithIntentNameCompleter"/> |
Brian O'Connor | 264cb99 | 2015-06-04 17:16:57 -0700 | [diff] [blame] | 300 | <ref component-id="intentKeyCompleter"/> |
Brian O'Connor | 66630c8 | 2014-10-02 21:08:19 -0700 | [diff] [blame] | 301 | </completers> |
| 302 | </command> |
tom | f5c9d92 | 2014-10-03 15:22:03 -0700 | [diff] [blame] | 303 | <command> |
Brian O'Connor | 72df5b1 | 2015-06-02 16:50:18 -0700 | [diff] [blame] | 304 | <action class="org.onosproject.cli.net.IntentPurgeCommand"/> |
| 305 | </command> |
| 306 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 307 | <action class="org.onosproject.cli.net.AddHostToHostIntentCommand"/> |
tom | 0511a52 | 2014-10-04 12:06:02 -0700 | [diff] [blame] | 308 | <completers> |
tom | 6db1f0a | 2014-10-07 09:12:29 -0700 | [diff] [blame] | 309 | <ref component-id="hostIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 310 | <ref component-id="hostIdCompleter"/> |
tom | 0511a52 | 2014-10-04 12:06:02 -0700 | [diff] [blame] | 311 | </completers> |
Ray Milkey | 95c5087 | 2015-04-14 14:32:31 -0700 | [diff] [blame] | 312 | <optional-completers> |
Charles M.C. Chan | 2d89eca | 2015-04-29 21:32:17 +0800 | [diff] [blame] | 313 | <entry key="-t" value-ref="ethTypeCompleter"/> |
| 314 | <entry key="--ipProto" value-ref="ipProtocolCompleter"/> |
| 315 | <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/> |
| 316 | <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/> |
| 317 | <entry key="--extHdr" value-ref="ExtHeaderCompleter"/> |
Ray Milkey | 95c5087 | 2015-04-14 14:32:31 -0700 | [diff] [blame] | 318 | <entry key="-a" value-ref="allAppNameCompleter"/> |
Michele Santuari | 05b882c | 2015-11-25 09:40:46 +0100 | [diff] [blame] | 319 | <entry key="-e" value-ref="encapTypeCompleter"/> |
Ray Milkey | 95c5087 | 2015-04-14 14:32:31 -0700 | [diff] [blame] | 320 | </optional-completers> |
tom | f5c9d92 | 2014-10-03 15:22:03 -0700 | [diff] [blame] | 321 | </command> |
Ray Milkey | a058c73 | 2014-10-08 13:52:34 -0700 | [diff] [blame] | 322 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 323 | <action class="org.onosproject.cli.net.AddPointToPointIntentCommand"/> |
Ray Milkey | a058c73 | 2014-10-08 13:52:34 -0700 | [diff] [blame] | 324 | <completers> |
| 325 | <ref component-id="connectPointCompleter"/> |
| 326 | <ref component-id="connectPointCompleter"/> |
Yuta HIGUCHI | cd31850 | 2016-09-01 14:25:58 -0700 | [diff] [blame] | 327 | <null/> <!-- no more argument --> |
Ray Milkey | a058c73 | 2014-10-08 13:52:34 -0700 | [diff] [blame] | 328 | </completers> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 329 | <optional-completers> |
| 330 | <entry key="-t" value-ref="ethTypeCompleter"/> |
Jonathan Hart | 6e94828 | 2014-11-17 22:50:42 -0800 | [diff] [blame] | 331 | <entry key="--ipProto" value-ref="ipProtocolCompleter"/> |
Charles M.C. Chan | 2184de1 | 2015-04-26 02:24:53 +0800 | [diff] [blame] | 332 | <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/> |
| 333 | <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/> |
| 334 | <entry key="--extHdr" value-ref="ExtHeaderCompleter"/> |
Ray Milkey | 95c5087 | 2015-04-14 14:32:31 -0700 | [diff] [blame] | 335 | <entry key="-a" value-ref="allAppNameCompleter"/> |
Michele Santuari | 05b882c | 2015-11-25 09:40:46 +0100 | [diff] [blame] | 336 | <entry key="-e" value-ref="encapTypeCompleter"/> |
Yuta HIGUCHI | cd31850 | 2016-09-01 14:25:58 -0700 | [diff] [blame] | 337 | <entry key="-r" value-ref="nullCompleter"/> <!-- option has no argument --> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 338 | </optional-completers> |
Ray Milkey | a058c73 | 2014-10-08 13:52:34 -0700 | [diff] [blame] | 339 | </command> |
Brian O'Connor | 1aa99eb | 2014-10-10 16:18:58 -0700 | [diff] [blame] | 340 | <command> |
sangyun-han | 483731c | 2016-06-06 12:03:16 +0900 | [diff] [blame] | 341 | <action class="org.onosproject.cli.net.GetStatisticsCommand"/> |
Thomas Vachuska | 1dcb048 | 2015-02-18 18:21:28 -0800 | [diff] [blame] | 342 | <completers> |
| 343 | <ref component-id="connectPointCompleter"/> |
| 344 | </completers> |
alshabib | 23a8d7c | 2014-10-22 21:53:39 -0700 | [diff] [blame] | 345 | </command> |
| 346 | <command> |
sangyun-han | 483731c | 2016-06-06 12:03:16 +0900 | [diff] [blame] | 347 | <action class="org.onosproject.cli.net.GetFlowStatisticsCommand"/> |
ssyoon90 | a98825a | 2015-08-26 00:48:15 +0900 | [diff] [blame] | 348 | <completers> |
| 349 | <ref component-id="deviceIdCompleter"/> |
| 350 | </completers> |
| 351 | </command> |
| 352 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 353 | <action class="org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand"/> |
Ray Milkey | 0742ec9 | 2014-10-13 08:39:55 -0700 | [diff] [blame] | 354 | <completers> |
| 355 | <ref component-id="connectPointCompleter"/> |
| 356 | </completers> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 357 | <optional-completers> |
| 358 | <entry key="-t" value-ref="ethTypeCompleter"/> |
Jonathan Hart | 6e94828 | 2014-11-17 22:50:42 -0800 | [diff] [blame] | 359 | <entry key="--ipProto" value-ref="ipProtocolCompleter"/> |
Charles M.C. Chan | 2184de1 | 2015-04-26 02:24:53 +0800 | [diff] [blame] | 360 | <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/> |
| 361 | <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/> |
| 362 | <entry key="--extHdr" value-ref="ExtHeaderCompleter"/> |
Ray Milkey | 95c5087 | 2015-04-14 14:32:31 -0700 | [diff] [blame] | 363 | <entry key="-a" value-ref="allAppNameCompleter"/> |
Michele Santuari | 05b882c | 2015-11-25 09:40:46 +0100 | [diff] [blame] | 364 | <entry key="-e" value-ref="encapTypeCompleter"/> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 365 | </optional-completers> |
Ray Milkey | 0742ec9 | 2014-10-13 08:39:55 -0700 | [diff] [blame] | 366 | </command> |
| 367 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 368 | <action class="org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand"/> |
Michele Santuari | 4a33807 | 2014-11-05 18:38:55 +0100 | [diff] [blame] | 369 | <completers> |
| 370 | <ref component-id="connectPointCompleter"/> |
| 371 | </completers> |
| 372 | <optional-completers> |
| 373 | <entry key="-t" value-ref="ethTypeCompleter"/> |
Pavlin Radoslavov | 70761df | 2015-03-09 11:05:49 -0700 | [diff] [blame] | 374 | <entry key="--ipProto" value-ref="ipProtocolCompleter"/> |
Charles M.C. Chan | 2184de1 | 2015-04-26 02:24:53 +0800 | [diff] [blame] | 375 | <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/> |
| 376 | <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/> |
| 377 | <entry key="--extHdr" value-ref="ExtHeaderCompleter"/> |
Ray Milkey | 95c5087 | 2015-04-14 14:32:31 -0700 | [diff] [blame] | 378 | <entry key="-a" value-ref="allAppNameCompleter"/> |
Michele Santuari | 05b882c | 2015-11-25 09:40:46 +0100 | [diff] [blame] | 379 | <entry key="-e" value-ref="encapTypeCompleter"/> |
Michele Santuari | 4a33807 | 2014-11-05 18:38:55 +0100 | [diff] [blame] | 380 | </optional-completers> |
| 381 | </command> |
| 382 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 383 | <action class="org.onosproject.cli.net.IntentPushTestCommand"/> |
Brian O'Connor | 1aa99eb | 2014-10-10 16:18:58 -0700 | [diff] [blame] | 384 | <completers> |
| 385 | <ref component-id="connectPointCompleter"/> |
| 386 | <ref component-id="connectPointCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 387 | <ref component-id="nullCompleter"/> |
Brian O'Connor | 1aa99eb | 2014-10-10 16:18:58 -0700 | [diff] [blame] | 388 | </completers> |
| 389 | </command> |
Brian O'Connor | fe0f4b1 | 2014-10-30 21:19:02 -0700 | [diff] [blame] | 390 | <command> |
Brian O'Connor | 66cfbfa | 2015-02-17 18:17:32 -0800 | [diff] [blame] | 391 | <action class="org.onosproject.cli.net.IntentCycleCommand"/> |
| 392 | <completers> |
| 393 | <ref component-id="connectPointCompleter"/> |
| 394 | <ref component-id="connectPointCompleter"/> |
| 395 | <ref component-id="nullCompleter"/> |
Brian O'Connor | 66cfbfa | 2015-02-17 18:17:32 -0800 | [diff] [blame] | 396 | </completers> |
| 397 | </command> |
| 398 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 399 | <action class="org.onosproject.cli.net.RandomIntentCommand"/> |
Brian O'Connor | 6741a5f | 2014-11-19 20:40:11 -0800 | [diff] [blame] | 400 | <completers> |
| 401 | <ref component-id="nullCompleter"/> |
Brian O'Connor | 6741a5f | 2014-11-19 20:40:11 -0800 | [diff] [blame] | 402 | </completers> |
| 403 | </command> |
| 404 | <command> |
HIGUCHI Yuta | 848324f | 2015-12-04 21:11:26 -0800 | [diff] [blame] | 405 | <action class="org.onosproject.cli.net.ResourcesCommand"/> |
| 406 | <completers> |
| 407 | <ref component-id="deviceIdCompleter"/> |
| 408 | <ref component-id="portNumberCompleter"/> |
| 409 | </completers> |
| 410 | </command> |
| 411 | <command> |
| 412 | <action class="org.onosproject.cli.net.AllocationsCommand"/> |
| 413 | <completers> |
| 414 | <ref component-id="deviceIdCompleter"/> |
| 415 | <ref component-id="portNumberCompleter"/> |
Yuta HIGUCHI | 65d9d0e | 2017-05-04 12:44:32 -0700 | [diff] [blame] | 416 | <null/> |
HIGUCHI Yuta | 848324f | 2015-12-04 21:11:26 -0800 | [diff] [blame] | 417 | </completers> |
| 418 | </command> |
| 419 | <command> |
| 420 | <action class="org.onosproject.cli.net.TestAllocateResource"/> |
| 421 | <completers> |
| 422 | <ref component-id="deviceIdCompleter"/> |
| 423 | <ref component-id="portNumberCompleter"/> |
Yuta HIGUCHI | 65d9d0e | 2017-05-04 12:44:32 -0700 | [diff] [blame] | 424 | <null/> |
HIGUCHI Yuta | 848324f | 2015-12-04 21:11:26 -0800 | [diff] [blame] | 425 | </completers> |
| 426 | </command> |
| 427 | |
Ayaka Koshibe | 4699b29 | 2015-04-28 14:33:10 -0700 | [diff] [blame] | 428 | <command> |
Yuta HIGUCHI | a107172 | 2016-12-07 20:21:16 -0800 | [diff] [blame] | 429 | <action class="org.onosproject.cli.net.TestProtectionEndpointIntentCommand"/> |
| 430 | <completers> |
| 431 | <ref component-id="deviceIdCompleter"/> |
| 432 | <ref component-id="deviceIdCompleter"/> |
| 433 | <null/> |
| 434 | </completers> |
| 435 | </command> |
| 436 | |
| 437 | <command> |
| 438 | <action class="org.onosproject.cli.net.AddProtectedTransportIntentCommand"/> |
| 439 | <completers> |
| 440 | <ref component-id="deviceIdCompleter"/> |
| 441 | <ref component-id="deviceIdCompleter"/> |
| 442 | <null/> |
| 443 | </completers> |
| 444 | </command> |
| 445 | |
| 446 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 447 | <action class="org.onosproject.cli.net.ClustersListCommand"/> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 448 | </command> |
| 449 | <command> |
Jonathan Hart | 054da97 | 2015-02-18 17:30:28 -0800 | [diff] [blame] | 450 | <action class="org.onosproject.cli.net.PartitionsListCommand"/> |
| 451 | </command> |
| 452 | <command> |
Madan Jampani | a89f8f9 | 2015-04-01 14:39:54 -0700 | [diff] [blame] | 453 | <action class="org.onosproject.cli.net.MapsListCommand"/> |
| 454 | </command> |
| 455 | <command> |
Madan Jampani | b5d72d5 | 2015-04-03 16:53:50 -0700 | [diff] [blame] | 456 | <action class="org.onosproject.cli.net.CountersListCommand"/> |
| 457 | </command> |
| 458 | <command> |
Madan Jampani | 35708a9 | 2016-07-06 10:48:19 -0700 | [diff] [blame] | 459 | <action class="org.onosproject.cli.net.QueuesListCommand"/> |
| 460 | </command> |
| 461 | <command> |
Madan Jampani | bff6d8f | 2015-03-31 16:53:47 -0700 | [diff] [blame] | 462 | <action class="org.onosproject.cli.net.TransactionsCommand"/> |
| 463 | </command> |
| 464 | <command> |
Madan Jampani | aac5888 | 2016-08-31 14:24:31 -0700 | [diff] [blame] | 465 | <action class="org.onosproject.cli.net.CounterCommand"/> |
| 466 | </command> |
| 467 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 468 | <action class="org.onosproject.cli.net.ClusterDevicesCommand"/> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 469 | <completers> |
| 470 | <ref component-id="clusterIdCompleter"/> |
| 471 | </completers> |
| 472 | </command> |
| 473 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 474 | <action class="org.onosproject.cli.net.ClusterLinksCommand"/> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 475 | <completers> |
| 476 | <ref component-id="clusterIdCompleter"/> |
| 477 | </completers> |
| 478 | </command> |
Ayaka Koshibe | 43530be | 2014-09-15 11:14:52 -0700 | [diff] [blame] | 479 | |
| 480 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 481 | <action class="org.onosproject.cli.net.HostsListCommand"/> |
Ayaka Koshibe | 43530be | 2014-09-15 11:14:52 -0700 | [diff] [blame] | 482 | </command> |
Jonathan Hart | 61d4ebc | 2014-10-29 11:08:26 -0700 | [diff] [blame] | 483 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 484 | <action class="org.onosproject.cli.net.HostRemoveCommand"/> |
Thomas Vachuska | 3360160 | 2014-11-19 03:32:15 -0800 | [diff] [blame] | 485 | <completers> |
| 486 | <ref component-id="hostIdCompleter"/> |
Thomas Vachuska | 3360160 | 2014-11-19 03:32:15 -0800 | [diff] [blame] | 487 | </completers> |
| 488 | </command> |
| 489 | <command> |
Jonathan Hart | eb8c947 | 2015-08-05 07:43:13 -0700 | [diff] [blame] | 490 | <action class="org.onosproject.cli.net.InterfacesListCommand"/> |
| 491 | </command> |
tom | 89b63c5 | 2014-09-16 09:19:51 -0700 | [diff] [blame] | 492 | <command> |
Jonathan Hart | 0bdf837 | 2015-10-08 14:30:36 -0700 | [diff] [blame] | 493 | <action class="org.onosproject.cli.net.InterfaceAddCommand"/> |
Jonathan Hart | 7dbe629 | 2015-11-10 08:33:17 -0800 | [diff] [blame] | 494 | <completers> |
| 495 | <ref component-id="connectPointCompleter" /> |
| 496 | <ref component-id="placeholderCompleter" /> |
| 497 | </completers> |
Jonathan Hart | 0bdf837 | 2015-10-08 14:30:36 -0700 | [diff] [blame] | 498 | </command> |
| 499 | <command> |
| 500 | <action class="org.onosproject.cli.net.InterfaceRemoveCommand"/> |
| 501 | <completers> |
| 502 | <ref component-id="connectPointCompleter"/> |
Jonathan Hart | fce5147 | 2017-01-26 16:57:33 -0800 | [diff] [blame] | 503 | <ref component-id="interfaceNameCompleter"/> |
| 504 | <null/> |
Jonathan Hart | 0bdf837 | 2015-10-08 14:30:36 -0700 | [diff] [blame] | 505 | </completers> |
| 506 | </command> |
| 507 | <command> |
Jonathan Hart | 3260069 | 2015-03-09 10:38:40 -0700 | [diff] [blame] | 508 | <action class="org.onosproject.cli.net.GroupsListCommand"/> |
Charles Chan | f38aca7 | 2016-02-18 13:40:18 -0800 | [diff] [blame] | 509 | <completers> |
| 510 | <ref component-id="groupStatusCompleter"/> |
| 511 | <ref component-id="deviceIdCompleter"/> |
| 512 | <null/> |
| 513 | </completers> |
Jonathan Hart | 3260069 | 2015-03-09 10:38:40 -0700 | [diff] [blame] | 514 | </command> |
| 515 | |
| 516 | <command> |
sangho | 538108b | 2015-04-08 14:29:20 -0700 | [diff] [blame] | 517 | <action class="org.onosproject.cli.net.DevicePortStatsCommand"/> |
Saurav Das | a2d3750 | 2016-03-25 17:50:40 -0700 | [diff] [blame] | 518 | <completers> |
| 519 | <ref component-id="deviceIdCompleter"/> |
| 520 | <ref component-id="portNumberCompleter"/> |
| 521 | <null/> |
| 522 | </completers> |
sangho | 538108b | 2015-04-08 14:29:20 -0700 | [diff] [blame] | 523 | </command> |
| 524 | |
| 525 | <command> |
Andreas Papazois | 25a98e7 | 2016-07-28 10:57:15 +0530 | [diff] [blame] | 526 | <action class="org.onosproject.cli.net.PortQueryVlansCommand"/> |
| 527 | <completers> |
| 528 | <ref component-id="connectPointCompleter"/> |
| 529 | </completers> |
| 530 | </command> |
| 531 | |
| 532 | <command> |
Srikanth Vavilapalli | 95810f5 | 2015-09-14 15:49:56 -0700 | [diff] [blame] | 533 | <action class="org.onosproject.cli.net.TableStatisticsCommand"/> |
| 534 | </command> |
| 535 | |
| 536 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 537 | <action class="org.onosproject.cli.net.FlowsListCommand"/> |
alshabib | 99b8fdc | 2014-09-25 14:30:22 -0700 | [diff] [blame] | 538 | <completers> |
alshabib | 144a294 | 2014-09-25 18:44:02 -0700 | [diff] [blame] | 539 | <ref component-id="flowRuleStatusCompleter"/> |
alshabib | 99b8fdc | 2014-09-25 14:30:22 -0700 | [diff] [blame] | 540 | <ref component-id="deviceIdCompleter"/> |
Jonathan Hart | c7840bd | 2016-01-21 23:26:29 -0800 | [diff] [blame] | 541 | <ref component-id="placeholderCompleter"/> |
| 542 | <null/> |
alshabib | 99b8fdc | 2014-09-25 14:30:22 -0700 | [diff] [blame] | 543 | </completers> |
tom | 1380eee | 2014-09-24 09:22:02 -0700 | [diff] [blame] | 544 | </command> |
| 545 | |
| 546 | <command> |
Thomas Vachuska | 7f171b2 | 2015-08-21 12:49:08 -0700 | [diff] [blame] | 547 | <action class="org.onosproject.cli.net.PacketRequestsListCommand"/> |
| 548 | </command> |
| 549 | <command> |
| 550 | <action class="org.onosproject.cli.net.PacketProcessorsListCommand"/> |
| 551 | </command> |
Jonathan Hart | c4f681c | 2016-09-09 07:14:25 -0700 | [diff] [blame] | 552 | <command> |
| 553 | <action class="org.onosproject.cli.net.NeighbourHandlersListCommand"/> |
| 554 | </command> |
Thomas Vachuska | 7f171b2 | 2015-08-21 12:49:08 -0700 | [diff] [blame] | 555 | |
| 556 | <command> |
suibin zhang | cb7f0d1 | 2015-08-10 11:14:15 -0700 | [diff] [blame] | 557 | <action class="org.onosproject.cli.net.AddTestFlowsCommand"/> |
alshabib | 5afcbd7 | 2014-10-30 16:28:40 +0100 | [diff] [blame] | 558 | </command> |
Yuta HIGUCHI | c2bf3d8 | 2014-11-28 18:50:41 -0800 | [diff] [blame] | 559 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 560 | <action class="org.onosproject.cli.net.LeaderCommand"/> |
Yuta HIGUCHI | c2bf3d8 | 2014-11-28 18:50:41 -0800 | [diff] [blame] | 561 | </command> |
alshabib | 5afcbd7 | 2014-10-30 16:28:40 +0100 | [diff] [blame] | 562 | |
| 563 | <command> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 564 | <action class="org.onosproject.cli.net.WipeOutCommand"/> |
tom | 89b63c5 | 2014-09-16 09:19:51 -0700 | [diff] [blame] | 565 | </command> |
Jonathan Hart | eb8c947 | 2015-08-05 07:43:13 -0700 | [diff] [blame] | 566 | |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 567 | <command> |
Jonathan Hart | bfc5c48 | 2016-04-05 18:57:00 -0700 | [diff] [blame] | 568 | <action class="org.onosproject.cli.net.RoutesListCommand"/> |
| 569 | </command> |
| 570 | <command> |
| 571 | <action class="org.onosproject.cli.net.RouteAddCommand"/> |
| 572 | </command> |
| 573 | <command> |
| 574 | <action class="org.onosproject.cli.net.RouteRemoveCommand"/> |
| 575 | </command> |
Charles Chan | 4f36573 | 2017-07-20 17:11:57 -0700 | [diff] [blame] | 576 | <command> |
| 577 | <action class="org.onosproject.cli.net.RouteStoreCommand"/> |
| 578 | </command> |
Jonathan Hart | bfc5c48 | 2016-04-05 18:57:00 -0700 | [diff] [blame] | 579 | |
| 580 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 581 | <action class="org.onosproject.cli.net.GlobalLabelCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 582 | </command> |
| 583 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 584 | <action class="org.onosproject.cli.net.LabelResourceCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 585 | </command> |
| 586 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 587 | <action class="org.onosproject.cli.net.GlobalLabelPoolCreateCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 588 | </command> |
| 589 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 590 | <action class="org.onosproject.cli.net.LabelPoolCreateCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 591 | </command> |
| 592 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 593 | <action class="org.onosproject.cli.net.GlobalLabelPoolDestoryCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 594 | </command> |
| 595 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 596 | <action class="org.onosproject.cli.net.LabelPoolDestroyCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 597 | </command> |
| 598 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 599 | <action class="org.onosproject.cli.net.GlobalLabelReleaseCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 600 | </command> |
| 601 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 602 | <action class="org.onosproject.cli.net.LabelReleaseCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 603 | </command> |
| 604 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 605 | <action class="org.onosproject.cli.net.GlobalLabelApplyCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 606 | </command> |
| 607 | <command> |
samuel | 7a5691a | 2015-05-23 00:36:32 +0800 | [diff] [blame] | 608 | <action class="org.onosproject.cli.net.LabelApplyCommand"/> |
jcc | de3e92e | 2015-03-28 01:40:44 -0700 | [diff] [blame] | 609 | </command> |
jcc | d869723 | 2015-05-05 14:42:23 +0800 | [diff] [blame] | 610 | <!-- tunnel commands --> |
| 611 | <command> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 612 | <action class="org.onosproject.cli.net.TunnelBorrowCommand"/> |
jcc | d869723 | 2015-05-05 14:42:23 +0800 | [diff] [blame] | 613 | </command> |
| 614 | <command> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 615 | <action class="org.onosproject.cli.net.TunnelReturnCommand"/> |
jcc | d869723 | 2015-05-05 14:42:23 +0800 | [diff] [blame] | 616 | </command> |
| 617 | <command> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 618 | <action class="org.onosproject.cli.net.TunnelQueryCommand"/> |
jcc | d869723 | 2015-05-05 14:42:23 +0800 | [diff] [blame] | 619 | </command> |
| 620 | <command> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 621 | <action class="org.onosproject.cli.net.TunnelQuerySubscriptionCommand"/> |
jcc | d869723 | 2015-05-05 14:42:23 +0800 | [diff] [blame] | 622 | </command> |
cheng fan | 7716ec9 | 2015-05-31 01:53:19 +0800 | [diff] [blame] | 623 | <command> |
| 624 | <action class="org.onosproject.cli.net.TunnelCreateCommand"/> |
| 625 | </command> |
| 626 | <command> |
| 627 | <action class="org.onosproject.cli.net.TunnelRemoveCommand"/> |
| 628 | </command> |
| 629 | <command> |
| 630 | <action class="org.onosproject.cli.net.TunnelUpdateCommand"/> |
| 631 | </command> |
Brian Stanke | e312fc7 | 2016-02-16 15:07:13 -0500 | [diff] [blame] | 632 | <!-- device key commands --> |
| 633 | <command> |
| 634 | <action class="org.onosproject.cli.net.DeviceKeyListCommand"/> |
| 635 | </command> |
| 636 | <command> |
| 637 | <action class="org.onosproject.cli.net.DeviceKeyAddCommand"/> |
| 638 | </command> |
| 639 | <command> |
| 640 | <action class="org.onosproject.cli.net.DeviceKeyRemoveCommand"/> |
| 641 | </command> |
| 642 | |
Jian Li | cf74444 | 2016-02-25 17:32:42 +0900 | [diff] [blame] | 643 | <!--region commands --> |
| 644 | <command> |
| 645 | <action class="org.onosproject.cli.net.RegionListCommand"/> |
| 646 | <completers> |
| 647 | <ref component-id="regionIdCompleter"/> |
| 648 | </completers> |
| 649 | </command> |
| 650 | <command> |
| 651 | <action class="org.onosproject.cli.net.RegionAddCommand"/> |
| 652 | <completers> |
| 653 | <null/> |
| 654 | <null/> |
| 655 | <ref component-id="regionTypeCompleter"/> |
Jian Li | 43a0b2f | 2016-02-29 10:01:54 -0800 | [diff] [blame] | 656 | <ref component-id="nodeIdCompleter"/> |
Jian Li | cf74444 | 2016-02-25 17:32:42 +0900 | [diff] [blame] | 657 | </completers> |
| 658 | </command> |
| 659 | <command> |
| 660 | <action class="org.onosproject.cli.net.RegionUpdateCommand"/> |
| 661 | <completers> |
| 662 | <ref component-id="regionIdCompleter"/> |
| 663 | <null/> |
| 664 | <ref component-id="regionTypeCompleter"/> |
Jian Li | 43a0b2f | 2016-02-29 10:01:54 -0800 | [diff] [blame] | 665 | <ref component-id="nodeIdCompleter"/> |
Jian Li | cf74444 | 2016-02-25 17:32:42 +0900 | [diff] [blame] | 666 | </completers> |
| 667 | </command> |
| 668 | <command> |
| 669 | <action class="org.onosproject.cli.net.RegionRemoveCommand"/> |
| 670 | <completers> |
| 671 | <ref component-id="regionIdCompleter"/> |
| 672 | </completers> |
| 673 | </command> |
| 674 | <command> |
| 675 | <action class="org.onosproject.cli.net.RegionAddDevicesCommand"/> |
| 676 | <completers> |
| 677 | <ref component-id="regionIdCompleter"/> |
| 678 | <ref component-id="deviceIdCompleter"/> |
| 679 | </completers> |
| 680 | </command> |
| 681 | <command> |
| 682 | <action class="org.onosproject.cli.net.RegionRemoveDevicesCommand"/> |
| 683 | <completers> |
| 684 | <ref component-id="regionIdCompleter"/> |
| 685 | <ref component-id="deviceIdCompleter"/> |
| 686 | </completers> |
| 687 | </command> |
Simon Hunt | c4ca710 | 2017-04-08 22:28:04 -0700 | [diff] [blame] | 688 | <command> |
| 689 | <action class="org.onosproject.cli.net.RegionAddPeerLocCommand"/> |
| 690 | <completers> |
| 691 | <ref component-id="regionIdCompleter"/> |
| 692 | </completers> |
| 693 | </command> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 694 | |
Thomas Vachuska | eb851cd | 2016-07-21 15:41:05 -0700 | [diff] [blame] | 695 | <!-- UI Layout commands --> |
| 696 | <command> |
| 697 | <action class="org.onosproject.cli.net.LayoutListCommand"/> |
| 698 | </command> |
| 699 | <command> |
| 700 | <action class="org.onosproject.cli.net.LayoutAddCommand"/> |
| 701 | </command> |
| 702 | <!--TODO: add this + completers |
| 703 | <command> |
| 704 | <action class="org.onosproject.cli.net.LayoutRemoveCommand"/> |
| 705 | </command> |
| 706 | --> |
| 707 | |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 708 | <!--virtual network commands --> |
| 709 | <command> |
| 710 | <action class="org.onosproject.cli.net.vnet.TenantListCommand"/> |
| 711 | </command> |
| 712 | <command> |
| 713 | <action class="org.onosproject.cli.net.vnet.TenantAddCommand"/> |
| 714 | </command> |
| 715 | <command> |
| 716 | <action class="org.onosproject.cli.net.vnet.TenantRemoveCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 717 | <completers> |
| 718 | <ref component-id="tenantCompleter"/> |
| 719 | <null/> |
| 720 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 721 | </command> |
| 722 | <command> |
| 723 | <action class="org.onosproject.cli.net.vnet.VirtualNetworkListCommand"/> |
| 724 | </command> |
| 725 | <command> |
| 726 | <action class="org.onosproject.cli.net.vnet.VirtualNetworkCreateCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 727 | <completers> |
| 728 | <ref component-id="tenantCompleter"/> |
| 729 | <ref component-id="nullCompleter"/> |
| 730 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 731 | </command> |
| 732 | <command> |
| 733 | <action class="org.onosproject.cli.net.vnet.VirtualNetworkRemoveCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 734 | <completers> |
| 735 | <ref component-id="virtualNetworkCompleter"/> |
| 736 | <null/> |
| 737 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 738 | </command> |
| 739 | <command> |
| 740 | <action class="org.onosproject.cli.net.vnet.VirtualDeviceListCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 741 | <completers> |
| 742 | <ref component-id="virtualNetworkCompleter"/> |
| 743 | <null/> |
| 744 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 745 | </command> |
| 746 | <command> |
| 747 | <action class="org.onosproject.cli.net.vnet.VirtualDeviceCreateCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 748 | <completers> |
| 749 | <ref component-id="virtualNetworkCompleter"/> |
| 750 | <null/> |
| 751 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 752 | </command> |
| 753 | <command> |
| 754 | <action class="org.onosproject.cli.net.vnet.VirtualDeviceRemoveCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 755 | <completers> |
| 756 | <ref component-id="virtualNetworkCompleter"/> |
| 757 | <ref component-id="virtualDeviceCompleter"/> |
| 758 | <ref component-id="nullCompleter"/> |
| 759 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 760 | </command> |
| 761 | <command> |
| 762 | <action class="org.onosproject.cli.net.vnet.VirtualLinkListCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 763 | <completers> |
| 764 | <ref component-id="virtualNetworkCompleter"/> |
| 765 | <null/> |
| 766 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 767 | </command> |
| 768 | <command> |
| 769 | <action class="org.onosproject.cli.net.vnet.VirtualLinkCreateCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 770 | <completers> |
| 771 | <ref component-id="virtualNetworkCompleter"/> |
| 772 | <ref component-id="virtualDeviceCompleter"/> |
| 773 | <ref component-id="virtualPortCompleter"/> |
| 774 | <ref component-id="virtualDeviceCompleter"/> |
| 775 | <ref component-id="virtualPortCompleter"/> |
| 776 | <null/> |
| 777 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 778 | </command> |
| 779 | <command> |
| 780 | <action class="org.onosproject.cli.net.vnet.VirtualLinkRemoveCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 781 | <completers> |
| 782 | <ref component-id="virtualNetworkCompleter"/> |
| 783 | <ref component-id="virtualDeviceCompleter"/> |
| 784 | <ref component-id="virtualPortCompleter"/> |
| 785 | <ref component-id="virtualDeviceCompleter"/> |
| 786 | <ref component-id="virtualPortCompleter"/> |
| 787 | <null/> |
| 788 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 789 | </command> |
| 790 | <command> |
| 791 | <action class="org.onosproject.cli.net.vnet.VirtualPortListCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 792 | <completers> |
| 793 | <ref component-id="virtualNetworkCompleter"/> |
| 794 | <ref component-id="virtualDeviceCompleter"/> |
| 795 | <null/> |
| 796 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 797 | </command> |
| 798 | <command> |
| 799 | <action class="org.onosproject.cli.net.vnet.VirtualPortCreateCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 800 | <completers> |
| 801 | <ref component-id="virtualNetworkCompleter"/> |
| 802 | <ref component-id="virtualDeviceCompleter"/> |
| 803 | <ref component-id="nullCompleter"/> |
| 804 | <ref component-id="deviceIdCompleter"/> |
| 805 | <ref component-id="portNumberCompleter"/> |
| 806 | <null/> |
| 807 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 808 | </command> |
| 809 | <command> |
Yoonseon Han | 6c60389 | 2016-09-01 11:52:21 -0700 | [diff] [blame] | 810 | <action class="org.onosproject.cli.net.vnet.VirtualPortBindCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 811 | <completers> |
| 812 | <ref component-id="virtualNetworkCompleter"/> |
| 813 | <ref component-id="virtualDeviceCompleter"/> |
| 814 | <ref component-id="virtualPortCompleter"/> |
| 815 | <ref component-id="deviceIdCompleter"/> |
| 816 | <ref component-id="portNumberCompleter"/> |
| 817 | <null/> |
| 818 | </completers> |
Yoonseon Han | 6c60389 | 2016-09-01 11:52:21 -0700 | [diff] [blame] | 819 | </command> |
| 820 | <command> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 821 | <action class="org.onosproject.cli.net.vnet.VirtualPortRemoveCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 822 | <completers> |
| 823 | <ref component-id="virtualNetworkCompleter"/> |
| 824 | <ref component-id="virtualDeviceCompleter"/> |
| 825 | <ref component-id="virtualPortCompleter"/> |
| 826 | <null/> |
| 827 | </completers> |
Brian Stanke | 5df1447 | 2016-03-11 19:34:38 -0500 | [diff] [blame] | 828 | </command> |
Claudine Chiu | 25f07be | 2016-06-27 16:21:21 +0000 | [diff] [blame] | 829 | <command> |
| 830 | <action class="org.onosproject.cli.net.vnet.VirtualHostListCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 831 | <completers> |
| 832 | <ref component-id="virtualNetworkCompleter"/> |
| 833 | <null/> |
| 834 | </completers> |
Claudine Chiu | 25f07be | 2016-06-27 16:21:21 +0000 | [diff] [blame] | 835 | </command> |
| 836 | <command> |
| 837 | <action class="org.onosproject.cli.net.vnet.VirtualHostCreateCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 838 | <completers> |
| 839 | <ref component-id="virtualNetworkCompleter"/> |
| 840 | <null/> |
| 841 | </completers> |
Claudine Chiu | 25f07be | 2016-06-27 16:21:21 +0000 | [diff] [blame] | 842 | </command> |
| 843 | <command> |
| 844 | <action class="org.onosproject.cli.net.vnet.VirtualHostRemoveCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 845 | <completers> |
| 846 | <ref component-id="virtualNetworkCompleter"/> |
| 847 | <ref component-id="virtualHostCompleter"/> |
| 848 | <null/> |
| 849 | </completers> |
Claudine Chiu | 25f07be | 2016-06-27 16:21:21 +0000 | [diff] [blame] | 850 | </command> |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 851 | <command> |
| 852 | <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentCreateCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 853 | <completers> |
| 854 | <ref component-id="virtualNetworkCompleter"/> |
| 855 | <null/> |
| 856 | </completers> |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 857 | </command> |
| 858 | <command> |
| 859 | <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 860 | <completers> |
| 861 | <ref component-id="virtualNetworkCompleter"/> |
| 862 | <null/> |
| 863 | </completers> |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 864 | </command> |
Sangsik Yoon | f0b3ad8 | 2016-08-19 18:47:59 +0900 | [diff] [blame] | 865 | <command> |
Yoonseon Han | 2105832 | 2017-03-07 17:48:56 +0900 | [diff] [blame] | 866 | <action class="org.onosproject.cli.net.vnet.VirtualFlowsListCommand"/> |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 867 | <completers> |
| 868 | <ref component-id="virtualNetworkCompleter"/> |
| 869 | <ref component-id="flowRuleStatusCompleter"/> |
| 870 | <ref component-id="virtualDeviceCompleter"/> |
| 871 | <ref component-id="placeholderCompleter"/> |
| 872 | <null/> |
| 873 | </completers> |
Yoonseon Han | 2105832 | 2017-03-07 17:48:56 +0900 | [diff] [blame] | 874 | </command> |
| 875 | <command> |
Claudine Chiu | 1f036b8 | 2017-03-09 16:45:56 -0500 | [diff] [blame] | 876 | <action class="org.onosproject.cli.net.vnet.VirtualNetworkPacketRequestCommand"/> |
| 877 | <optional-completers> |
| 878 | <entry key="-t" value-ref="ethTypeCompleter"/> |
| 879 | <entry key="--ipProto" value-ref="ipProtocolCompleter"/> |
| 880 | <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/> |
| 881 | <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/> |
| 882 | <entry key="--extHdr" value-ref="ExtHeaderCompleter"/> |
| 883 | </optional-completers> |
| 884 | </command> |
| 885 | <command> |
Harold Huang | 222c6ec | 2017-06-02 15:02:49 +0800 | [diff] [blame] | 886 | <action class="org.onosproject.cli.net.vnet.VirtualNetworkBalanceMastersCommand"/> |
| 887 | <completers> |
| 888 | <ref component-id="virtualNetworkCompleter"/> |
| 889 | <null/> |
| 890 | </completers> |
| 891 | </command> |
| 892 | <command> |
Sangsik Yoon | f0b3ad8 | 2016-08-19 18:47:59 +0900 | [diff] [blame] | 893 | <action class="org.onosproject.cli.net.DpisListCommand"/> |
| 894 | </command> |
Yuta HIGUCHI | fadb9a3 | 2017-01-13 09:33:10 -0800 | [diff] [blame] | 895 | |
| 896 | <command> |
| 897 | <action class="org.onosproject.cli.net.IntentDetailsCommand"/> |
| 898 | <optional-completers> |
| 899 | <entry key="--id" value-ref="intentIdCompleter"/> |
| 900 | </optional-completers> |
| 901 | </command> |
| 902 | |
Yuta HIGUCHI | 3120778 | 2017-02-17 14:43:40 -0800 | [diff] [blame] | 903 | <command> |
| 904 | <action class="org.onosproject.cli.net.ConfigureLinkCommand"/> |
| 905 | <completers> |
| 906 | <ref component-id="connectPointCompleter"/> |
| 907 | <ref component-id="peerConnectPointCompleter"/> |
| 908 | <null/> |
| 909 | </completers> |
| 910 | <optional-completers> |
| 911 | <entry key="--type" value-ref="linkTypeCompleter"/> |
| 912 | </optional-completers> |
| 913 | </command> |
| 914 | |
Michele Santuari | a271faa | 2017-04-18 11:36:37 +0200 | [diff] [blame] | 915 | <!--Domain command--> |
| 916 | <command> |
| 917 | <action class="org.onosproject.cli.net.GetDomainsCommand"/> |
| 918 | </command> |
Yuta HIGUCHI | 3120778 | 2017-02-17 14:43:40 -0800 | [diff] [blame] | 919 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 920 | </command-bundle> |
| 921 | |
Changhoon Yoon | b856b81 | 2015-08-10 03:47:19 +0900 | [diff] [blame] | 922 | <bean id="reviewAppNameCompleter" class="org.onosproject.cli.security.ReviewApplicationNameCompleter"/> |
Thomas Vachuska | 1dcb048 | 2015-02-18 18:21:28 -0800 | [diff] [blame] | 923 | <bean id="appCommandCompleter" class="org.onosproject.cli.app.ApplicationCommandCompleter"/> |
Thomas Vachuska | 90b453f | 2015-01-30 18:57:14 -0800 | [diff] [blame] | 924 | <bean id="appNameCompleter" class="org.onosproject.cli.app.ApplicationNameCompleter"/> |
Ray Milkey | 95c5087 | 2015-04-14 14:32:31 -0700 | [diff] [blame] | 925 | <bean id="allAppNameCompleter" class="org.onosproject.cli.app.AllApplicationNamesCompleter"/> |
Ray Milkey | d088e8a | 2015-04-07 14:56:57 -0700 | [diff] [blame] | 926 | <bean id="appIdWithIntentNameCompleter" class="org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter"/> |
Thomas Vachuska | 6d697f1 | 2015-03-08 20:59:50 -0700 | [diff] [blame] | 927 | <bean id="cfgCommandCompleter" class="org.onosproject.cli.cfg.ComponentConfigCommandCompleter"/> |
| 928 | <bean id="componentNameCompleter" class="org.onosproject.cli.cfg.ComponentNameCompleter"/> |
Ray Milkey | fb6655e | 2015-04-10 10:50:54 -0700 | [diff] [blame] | 929 | <bean id="componentPropertyNameCompleter" class="org.onosproject.cli.cfg.ComponentPropertyNameCompleter"/> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 930 | <bean id="nodeIdCompleter" class="org.onosproject.cli.NodeIdCompleter"/> |
| 931 | <bean id="deviceIdCompleter" class="org.onosproject.cli.net.DeviceIdCompleter"/> |
HIGUCHI Yuta | 848324f | 2015-12-04 21:11:26 -0800 | [diff] [blame] | 932 | <bean id="portNumberCompleter" class="org.onosproject.cli.net.PortNumberCompleter"/> |
Saurav Das | a2d3750 | 2016-03-25 17:50:40 -0700 | [diff] [blame] | 933 | <bean id="portStateCompleter" class="org.onosproject.cli.net.PortStateCompleter"/> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 934 | <bean id="clusterIdCompleter" class="org.onosproject.cli.net.ClusterIdCompleter"/> |
| 935 | <bean id="roleCompleter" class="org.onosproject.cli.net.RoleCompleter"/> |
| 936 | <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/> |
Brian O'Connor | 264cb99 | 2015-06-04 17:16:57 -0700 | [diff] [blame] | 937 | <bean id="intentKeyCompleter" class="org.onosproject.cli.net.IntentKeyCompleter"/> |
Yuta HIGUCHI | fadb9a3 | 2017-01-13 09:33:10 -0800 | [diff] [blame] | 938 | <bean id="intentIdCompleter" class="org.onosproject.cli.net.completer.IntentIdCompleter"/> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 939 | <bean id="flowRuleStatusCompleter" class="org.onosproject.cli.net.FlowRuleStatusCompleter"/> |
Charles Chan | f38aca7 | 2016-02-18 13:40:18 -0800 | [diff] [blame] | 940 | <bean id="groupStatusCompleter" class="org.onosproject.cli.net.GroupStatusCompleter" /> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 941 | <bean id="connectPointCompleter" class="org.onosproject.cli.net.ConnectPointCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 942 | <bean id="nullCompleter" class="org.apache.karaf.shell.console.completer.NullCompleter"/> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 943 | <bean id="ethTypeCompleter" class="org.onosproject.cli.net.EthTypeCompleter"/> |
| 944 | <bean id="ipProtocolCompleter" class="org.onosproject.cli.net.IpProtocolCompleter"/> |
Thomas Vachuska | 5c2f813 | 2015-04-08 23:09:08 -0700 | [diff] [blame] | 945 | <bean id="driverNameCompleter" class="org.onosproject.cli.net.DriverNameCompleter"/> |
Charles M.C. Chan | 2184de1 | 2015-04-26 02:24:53 +0800 | [diff] [blame] | 946 | <bean id="Icmp6TypeCompleter" class="org.onosproject.cli.net.Icmp6TypeCompleter"/> |
| 947 | <bean id="Icmp6CodeCompleter" class="org.onosproject.cli.net.Icmp6CodeCompleter"/> |
| 948 | <bean id="ExtHeaderCompleter" class="org.onosproject.cli.net.ExtHeaderCompleter"/> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 949 | |
Thomas Vachuska | c40d463 | 2015-04-09 16:55:03 -0700 | [diff] [blame] | 950 | <bean id="startStopCompleter" class="org.onosproject.cli.StartStopCompleter"/> |
Flavio Castro | 4b51941 | 2015-07-24 12:57:59 -0700 | [diff] [blame] | 951 | <bean id="metricNameCompleter" class="org.onosproject.cli.MetricNameCompleter"/> |
Thomas Vachuska | c40d463 | 2015-04-09 16:55:03 -0700 | [diff] [blame] | 952 | <bean id="upDownCompleter" class="org.onosproject.cli.UpDownCompleter"/> |
Michele Santuari | 05b882c | 2015-11-25 09:40:46 +0100 | [diff] [blame] | 953 | <bean id="encapTypeCompleter" class="org.onosproject.cli.net.EncapTypeCompleter"/> |
Thomas Vachuska | c40d463 | 2015-04-09 16:55:03 -0700 | [diff] [blame] | 954 | |
Jonathan Hart | 7dbe629 | 2015-11-10 08:33:17 -0800 | [diff] [blame] | 955 | <bean id="placeholderCompleter" class="org.onosproject.cli.PlaceholderCompleter"/> |
| 956 | |
HIGUCHI Yuta | 4f074c0 | 2015-11-23 10:15:53 -0800 | [diff] [blame] | 957 | <bean id="subjectClassKeyCompleter" class="org.onosproject.cli.cfg.SubjectClassKeyCompleter"/> |
| 958 | <bean id="subjectKeyCompleter" class="org.onosproject.cli.cfg.SubjectKeyCompleter"/> |
| 959 | <bean id="configKeyCompleter" class="org.onosproject.cli.cfg.ConfigKeyCompleter"/> |
| 960 | |
Jian Li | cf74444 | 2016-02-25 17:32:42 +0900 | [diff] [blame] | 961 | <bean id="regionIdCompleter" class="org.onosproject.cli.net.RegionIdCompleter"/> |
| 962 | <bean id="regionTypeCompleter" class="org.onosproject.cli.net.RegionTypeCompleter"/> |
Yuta HIGUCHI | 5f3c033 | 2017-01-09 17:41:07 -0800 | [diff] [blame] | 963 | |
| 964 | <bean id="annotationKeysCompleter" class="org.onosproject.cli.net.completer.AnnotationKeysCompleter"/> |
| 965 | |
| 966 | <bean id="peerConnectPointCompleter" class="org.onosproject.cli.net.completer.PeerConnectPointCompleter"/> |
Michele Santuari | a271faa | 2017-04-18 11:36:37 +0200 | [diff] [blame] | 967 | |
Jonathan Hart | fce5147 | 2017-01-26 16:57:33 -0800 | [diff] [blame] | 968 | <bean id="interfaceNameCompleter" class="org.onosproject.cli.net.completer.InterfaceNameCompleter"/> |
Yuta HIGUCHI | 3120778 | 2017-02-17 14:43:40 -0800 | [diff] [blame] | 969 | |
| 970 | <bean id="linkTypeCompleter" class="org.onosproject.cli.net.completer.LinkTypeCompleter"/> |
| 971 | |
Harold Huang | 652ea83 | 2017-03-18 22:59:44 +0800 | [diff] [blame] | 972 | <bean id="tenantCompleter" class="org.onosproject.cli.net.vnet.TenantCompleter"/> |
| 973 | <bean id="virtualNetworkCompleter" class="org.onosproject.cli.net.vnet.VirtualNetworkCompleter"/> |
| 974 | <bean id="virtualDeviceCompleter" class="org.onosproject.cli.net.vnet.VirtualDeviceCompleter"/> |
| 975 | <bean id="virtualPortCompleter" class="org.onosproject.cli.net.vnet.VirtualPortCompleter"/> |
| 976 | <bean id="virtualHostCompleter" class="org.onosproject.cli.net.vnet.VirtualHostCompleter"/> |
Michele Santuari | a271faa | 2017-04-18 11:36:37 +0200 | [diff] [blame] | 977 | |
| 978 | <bean id="domainIdCompleter" class="org.onosproject.cli.net.DomainIdCompleter" /> |
| 979 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 980 | </blueprint> |