2016-04-05 01:09:48 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<node name= "/" >
2017-03-10 18:58:34 +01:00
<!--
org.freedesktop.NetworkManager.Device.Vlan:
@short_description: Virtual LAN Device
-->
2012-02-22 23:59:50 -06:00
<interface name= "org.freedesktop.NetworkManager.Device.Vlan" >
2016-04-05 01:09:48 +02:00
<!--
HwAddress:
2012-02-22 23:59:50 -06:00
Hardware address of the device.
2016-04-05 01:09:48 +02:00
-->
<property name= "HwAddress" type= "s" access= "read" />
<!--
Carrier:
2012-02-22 23:59:50 -06:00
2016-04-05 01:09:48 +02:00
Indicates whether the physical carrier is found (e.g. whether a cable is
plugged in or not).
-->
<property name= "Carrier" type= "b" access= "read" />
<!--
Parent:
2012-02-22 23:59:50 -06:00
2014-07-21 12:15:54 +02:00
Object path of the parent device of this VLAN device.
2016-04-05 01:09:48 +02:00
-->
<property name= "Parent" type= "o" access= "read" />
<!--
VlanId:
2014-07-21 12:15:54 +02:00
2012-02-22 23:59:50 -06:00
The VLAN ID of this VLAN interface.
2016-04-05 01:09:48 +02:00
-->
<property name= "VlanId" type= "u" access= "read" />
2012-02-22 23:59:50 -06:00
2016-04-05 01:09:48 +02:00
<!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values
2016-09-01 13:38:20 +02:00
DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
2016-04-05 01:09:48 +02:00
-->
2012-02-22 23:59:50 -06:00
<signal name= "PropertiesChanged" >
2016-04-05 11:27:17 +02:00
<arg name= "properties" type= "a{sv}" />
2012-02-22 23:59:50 -06:00
</signal>
</interface>
</node>