<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">

<node name="/org/libvirt/network">
  <interface name="org.libvirt.Network">
    <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
    <property name="Active" type="b" access="read">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkIsActive"/>
    </property>
    <property name="Autostart" type="b" access="readwrite">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkGetAutostart and
               https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkSetAutostart"/>
    </property>
    <property name="Name" type="s" access="read">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkGetName"/>
      <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
    </property>
    <property name="Persistent" type="b" access="read">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkIsPersistent"/>
    </property>
    <property name="UUID" type="s" access="read">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkGetUUIDString"/>
      <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
    </property>
    <method name="Create">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkCreate"/>
    </method>
    <method name="Destroy">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkDestroy"/>
    </method>
    <method name="GetDHCPLeases">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkGetDHCPLeases
               Empty string can be used to pass a NULL as @mac argument.
               Empty string will be returned in output for NULL variables."/>
      <arg name="mac" type="s" direction="in"/>
      <arg name="flags" type="u" direction="in"/>
      <arg name="leases" type="a(sxisssuss)" direction="out"/>
    </method>
    <method name="GetXMLDesc">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkGetXMLDesc"/>
      <arg name="flags" type="u" direction="in"/>
      <arg name="xml" type="s" direction="out"/>
    </method>
    <method name="Undefine">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkUndefine"/>
    </method>
    <method name="Update">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-network.html#virNetworkUpdate"/>
      <arg name="command" type="u" direction="in"/>
      <arg name="section" type="u" direction="in"/>
      <arg name="parentIndex" type="i" direction="in"/>
      <arg name="xml" type="s" direction="in"/>
      <arg name="flags" type="u" direction="in"/>
    </method>
  </interface>
</node>
