summaryrefslogtreecommitdiff
path: root/introspection/nm-ip6-config.xml
blob: 55c519e701967bf2f630a5e15276d59e66e239c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <interface name="org.freedesktop.NetworkManager.IP6Config">
    <property name="Gateway" type="s" access="read">
      <tp:docstring>The gateway in use.</tp:docstring>
    </property>
    <property name="Addresses" type="a(ayuay)" access="read">
      <tp:docstring>Tuples of IPv6 address/prefix/gateway.</tp:docstring>
    </property>
    <property name="Routes" type="a(ayuayu)" access="read">
      <tp:docstring>Tuples of IPv6 route/prefix/next-hop/metric.</tp:docstring>
    </property>
    <property name="Nameservers" type="aay" access="read">
      <tp:docstring>The nameservers in use.</tp:docstring>
    </property>
    <property name="Domains" type="as" access="read">
      <tp:docstring>A list of domains this address belongs to.</tp:docstring>
    </property>
    <property name="Searches" type="as" access="read">
      <tp:docstring>A list of dns searches.</tp:docstring>
    </property>

    <signal name="PropertiesChanged">
      <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
        <tp:docstring>
          A dictionary mapping property names to variant boxed values
        </tp:docstring>
      </arg>
    </signal>
  </interface>
</node>