992340e009239d502cda0a423fde7d43178717e7
[NetworkManager.git] / introspection / nm-device-vlan.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.Vlan">
5
6     <property name="HwAddress" type="s" access="read">
7       <tp:docstring>
8         Hardware address of the device.
9       </tp:docstring>
10     </property>
11
12     <property name="Carrier" type="b" access="read">
13       <tp:docstring>
14         Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
15       </tp:docstring>
16     </property>
17
18     <property name="Parent" type="o" access="read">
19       <tp:docstring>
20         Object path of the parent device of this VLAN device.
21       </tp:docstring>
22     </property>
23
24     <property name="VlanId" type="u" access="read">
25       <tp:docstring>
26         The VLAN ID of this VLAN interface.
27       </tp:docstring>
28     </property>
29
30     <signal name="PropertiesChanged">
31         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
32             <tp:docstring>
33                 A dictionary mapping property names to variant boxed values
34             </tp:docstring>
35         </arg>
36     </signal>
37
38   </interface>
39 </node>