summaryrefslogtreecommitdiff
path: root/introspection/nm-device-ip-tunnel.xml
blob: 3ca04ee66c9beae79020a6d39d811bbaab992d27 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <interface name="org.freedesktop.NetworkManager.Device.IPTunnel">

    <property name="Mode" type="u" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The tunneling mode.
      " />
    </property>

    <property name="Parent" type="o" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The object path of the parent device.
      " />
    </property>

    <property name="Local" type="s" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The local endpoint of the tunnel.
      " />
    </property>

    <property name="Remote" type="s" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The remote endpoint of the tunnel.
      " />
    </property>

    <property name="Ttl" type="y" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The TTL assigned to tunneled packets. 0 is a special value
        meaning that packets inherit the TTL value
      " />
    </property>

    <property name="Tos" type="y" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The type of service (IPv4) or traffic class (IPv6) assigned to
        tunneled packets.
      " />
    </property>

    <property name="PathMtuDiscovery" type="b" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        Whether path MTU discovery is enabled on this tunnel.
      " />
    </property>

    <property name="InputKey" type="s" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The key used for incoming packets.
      " />
    </property>

    <property name="OutputKey" type="s" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The key used for outgoing packets.
      " />
    </property>

    <property name="EncapsulationLimit" type="y" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        How many additional levels of encapsulation are permitted to
        be prepended to packets. This property applies only to IPv6
        tunnels.
      " />
    </property>

    <property name="FlowLabel" type="u" access="read">
      <annotation name="org.gtk.GDBus.DocString" value="
        The flow label to assign to tunnel packets. This property
        applies only to IPv6 tunnels.
      " />
    </property>

    <signal name="PropertiesChanged">
        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
            <annotation name="org.gtk.GDBus.DocString" value="
                A dictionary mapping property names to variant boxed values
            " />
        </arg>
    </signal>

  </interface>
</node>