2b3ae2f52129aa737160140bde44b8ba2b77d0b3
[NetworkManager.git] / introspection / nm-device-tun.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManager.Device.Tun">
5
6     <property name="Owner" type="x" access="read">
7       <tp:docstring>
8         The uid of the tunnel owner, or -1 if it has no owner.
9       </tp:docstring>
10     </property>
11
12     <property name="Group" type="x" access="read">
13       <tp:docstring>
14         The gid of the tunnel group, or -1 if it has no owner.
15       </tp:docstring>
16     </property>
17
18     <property name="Mode" type="s" access="read">
19       <tp:docstring>
20         The tunnel mode, either "tun" or "tap".
21       </tp:docstring>
22     </property>
23
24     <property name="NoPi" type="b" access="read">
25       <tp:docstring>
26         The tunnel's "TUN_NO_PI" flag; true if no protocol info is
27         prepended to the tunnel packets.
28       </tp:docstring>
29     </property>
30
31     <property name="VnetHdr" type="b" access="read">
32       <tp:docstring>
33         The tunnel's "TUN_VNET_HDR" flag; true if the tunnel packets
34         include a virtio network header.
35       </tp:docstring>
36     </property>
37
38     <property name="MultiQueue" type="b" access="read">
39       <tp:docstring>
40         The tunnel's "TUN_TAP_MQ" flag; true if callers can connect to
41         the tap device multiple times, for multiple send/receive
42         queues.
43       </tp:docstring>
44     </property>
45
46     <property name="HwAddress" type="s" access="read">
47       <tp:docstring>
48         Hardware address of the device.
49       </tp:docstring>
50     </property>
51
52     <signal name="PropertiesChanged">
53         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
54             <tp:docstring>
55                 A dictionary mapping property names to variant boxed values
56             </tp:docstring>
57         </arg>
58     </signal>
59
60   </interface>
61 </node>