|
214 | 214 | ('ipsec:translation-update', 'SoftLayer.CLI.vpn.ipsec.translation.update:cli'), |
215 | 215 | ('ipsec:update', 'SoftLayer.CLI.vpn.ipsec.update:cli'), |
216 | 216 | ('ipsec:order', 'SoftLayer.CLI.vpn.ipsec.order:cli'), |
| 217 | + ('ipsec:cancel', 'SoftLayer.CLI.vpn.ipsec.cancel:cli'), |
217 | 218 |
|
218 | 219 | ('loadbal', 'SoftLayer.CLI.loadbal'), |
219 | 220 | ('loadbal:detail', 'SoftLayer.CLI.loadbal.detail:cli'), |
|
273 | 274 | ('hardware:detail', 'SoftLayer.CLI.hardware.detail:cli'), |
274 | 275 | ('hardware:billing', 'SoftLayer.CLI.hardware.billing:cli'), |
275 | 276 | ('hardware:edit', 'SoftLayer.CLI.hardware.edit:cli'), |
276 | | - ('hardware:guests', 'SoftLayer.CLI.hardware.guests:cli'), |
277 | 277 | ('hardware:list', 'SoftLayer.CLI.hardware.list:cli'), |
278 | 278 | ('hardware:power-cycle', 'SoftLayer.CLI.hardware.power:power_cycle'), |
279 | 279 | ('hardware:power-off', 'SoftLayer.CLI.hardware.power:power_off'), |
|
334 | 334 | ('subnet:lookup', 'SoftLayer.CLI.subnet.lookup:cli'), |
335 | 335 | ('subnet:edit-ip', 'SoftLayer.CLI.subnet.edit_ip:cli'), |
336 | 336 | ('subnet:route', 'SoftLayer.CLI.subnet.route:cli'), |
| 337 | + ('subnet:clear-route', 'SoftLayer.CLI.subnet.clear_route:cli'), |
337 | 338 |
|
338 | 339 | ('tags', 'SoftLayer.CLI.tags'), |
339 | 340 | ('tags:cleanup', 'SoftLayer.CLI.tags.cleanup:cli'), |
|
0 commit comments