Blame introspection/org.freedesktop.NetworkManager.Device.Macvlan.xml

Packit 5756e2
Packit 5756e2
<node name="/">
Packit 5756e2
  
Packit 5756e2
      org.freedesktop.NetworkManager.Device.Macvlan:
Packit 5756e2
      @short_description: MAC VLAN Device
Packit 5756e2
Packit 5756e2
  -->
Packit 5756e2
  <interface name="org.freedesktop.NetworkManager.Device.Macvlan">
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Parent:
Packit 5756e2
Packit 5756e2
        The object path of the parent device.
Packit 5756e2
    -->
Packit 5756e2
    <property name="Parent" type="o" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Mode:
Packit 5756e2
Packit 5756e2
        The macvlan mode, one of "private", "vepa", "bridge", or "passthru".
Packit 5756e2
    -->
Packit 5756e2
    <property name="Mode" type="s" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        NoPromisc:
Packit 5756e2
Packit 5756e2
        Whether the device is blocked from going into promiscuous mode.
Packit 5756e2
    -->
Packit 5756e2
    <property name="NoPromisc" type="b" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Tap:
Packit 5756e2
Packit 5756e2
        Whether the device is a macvtap.
Packit 5756e2
    -->
Packit 5756e2
    <property name="Tap" type="b" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        PropertiesChanged:
Packit 5756e2
        @properties: A dictionary mapping property names to variant boxed values
Packit 5756e2
Packit 5756e2
        DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
Packit 5756e2
    -->
Packit 5756e2
    <signal name="PropertiesChanged">
Packit 5756e2
      <arg name="properties" type="a{sv}"/>
Packit 5756e2
    </signal>
Packit 5756e2
  </interface>
Packit 5756e2
</node>