Imported vpnservice as a subtree
[netvirt.git] / vpnservice / itm / itm-impl / src / main / resources / OSGI-INF / blueprint / commands.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2     <reference id="itmProviderRef" interface="org.opendaylight.vpnservice.itm.api.IITMProvider" availability="optional" />
3     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
4         <command>
5             <action class="org.opendaylight.vpnservice.itm.cli.TepAdd">
6                 <property name="itmProvider" ref="itmProviderRef" />
7             </action>
8         </command>
9         <command>
10             <action class="org.opendaylight.vpnservice.itm.cli.TepDelete">
11                 <property name="itmProvider" ref="itmProviderRef" />
12             </action>
13         </command>
14         <command>
15             <action class="org.opendaylight.vpnservice.itm.cli.TepShow">
16                 <property name="itmProvider" ref="itmProviderRef" />
17             </action>
18         </command>
19         <command>
20             <action class="org.opendaylight.vpnservice.itm.cli.TepCommit">
21                 <property name="itmProvider" ref="itmProviderRef" />
22             </action>
23         </command>
24         <command>
25             <action class="org.opendaylight.vpnservice.itm.cli.TepShowState">
26                 <property name="itmProvider" ref="itmProviderRef" />
27             </action>
28         </command>
29         <command>
30             <action class="org.opendaylight.vpnservice.itm.cli.TepConfigureTunnelType">
31                 <property name="itmProvider" ref="itmProviderRef" />
32             </action>
33         </command>
34         <command>
35             <action class="org.opendaylight.vpnservice.itm.cli.TepMonitor">
36                 <property name="itmProvider" ref="itmProviderRef" />
37             </action>
38         </command>
39         <command>
40             <action class="org.opendaylight.vpnservice.itm.cli.TepDeleteDatastore">
41                 <property name="itmProvider" ref="itmProviderRef" />
42             </action>
43         </command>
44         <command>
45             <action class="org.opendaylight.vpnservice.itm.cli.VtepSchemaAdd">
46                 <property name="itmProvider" ref="itmProviderRef" />
47             </action>
48         </command>
49         <command>
50             <action class="org.opendaylight.vpnservice.itm.cli.VtepSchemaShow">
51                 <property name="itmProvider" ref="itmProviderRef" />
52             </action>
53         </command>
54         <command>
55             <action class="org.opendaylight.vpnservice.itm.cli.VtepSchemaUpdate">
56                 <property name="itmProvider" ref="itmProviderRef" />
57             </action>
58         </command>
59         <command>
60             <action class="org.opendaylight.vpnservice.itm.cli.VtepSchemaDelete">
61                 <property name="itmProvider" ref="itmProviderRef" />
62             </action>
63         </command>
64         <command>
65             <action class="org.opendaylight.vpnservice.itm.cli.TepEnableTunnelMonitor">
66                 <property name="itmProvider" ref="itmProviderRef" />
67             </action>
68         </command>
69     </command-bundle>
70 </blueprint>