97c517fb7eb61835a35663c77f955fdff9a97e47
[NetworkManager.git] / introspection / nm-device-vxlan.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManager.Device.Vxlan">
5
6     <property name="Parent" type="o" access="read">
7       <tp:docstring>
8         The object path of the parent device (if the VXLAN is not
9         purely internal to this host).
10       </tp:docstring>
11     </property>
12
13     <property name="HwAddress" type="s" access="read">
14       <tp:docstring>
15         Hardware address of the device.
16       </tp:docstring>
17     </property>
18
19     <property name="Id" type="u" access="read">
20       <tp:docstring>
21         The VXLAN Network Identifier (VNI).
22       </tp:docstring>
23     </property>
24
25     <property name="Group" type="s" access="read">
26       <tp:docstring>
27         The IP (v4 or v6) multicast group used to communicate with other physical
28         hosts on this VXLAN.
29       </tp:docstring>
30     </property>
31
32     <property name="Local" type="s" access="read">
33       <tp:docstring>
34         The local IPv4 or IPv6 address to use when sending VXLAN packets to other
35         physical hosts.
36       </tp:docstring>
37     </property>
38
39     <property name="Tos" type="y" access="read">
40       <tp:docstring>
41         The value to use in the IP ToS field for VXLAN packets sent to
42         other physical hosts.
43       </tp:docstring>
44     </property>
45
46     <property name="Ttl" type="y" access="read">
47       <tp:docstring>
48         The value to use in the IP TTL field for VXLAN packets sent to
49         other physical hosts.
50       </tp:docstring>
51     </property>
52
53     <property name="Learning" type="b" access="read">
54       <tp:docstring>
55         True if the VXLAN dynamically learns remote IP addresses.
56       </tp:docstring>
57     </property>
58
59     <property name="Ageing" type="u" access="read">
60       <tp:docstring>
61         The interval in seconds at which the kernel purges stale
62         cached addresses.
63       </tp:docstring>
64     </property>
65
66     <property name="Limit" type="u" access="read">
67       <tp:docstring>
68         The maximum number of entries that can be added to the VXLAN's
69         forwarding table.
70       </tp:docstring>
71     </property>
72
73     <property name="DstPort" type="q" access="read">
74       <tp:docstring>
75         Destination port for outgoing VXLAN packets.
76       </tp:docstring>
77     </property>
78
79     <property name="SrcPortMin" type="q" access="read">
80       <tp:docstring>
81         The lowest source port number to use for outgoing VXLAN packets.
82       </tp:docstring>
83     </property>
84
85     <property name="SrcPortMax" type="q" access="read">
86       <tp:docstring>
87         The highest source port number to use for outgoing VXLAN packets.
88       </tp:docstring>
89     </property>
90
91     <property name="Proxy" type="b" access="read">
92       <tp:docstring>
93         True if the VXLAN is implementing DOVE ARP proxying for remote
94         clients.
95       </tp:docstring>
96     </property>
97
98     <property name="Rsc" type="b" access="read">
99       <tp:docstring>
100         True if the VXLAN is implementing DOVE route short-circuiting
101         of known remote IP addresses.
102       </tp:docstring>
103     </property>
104
105     <property name="L2miss" type="b" access="read">
106       <tp:docstring>
107         True if the VXLAN will emit netlink notifications of L2 switch
108         misses.
109       </tp:docstring>
110     </property>
111
112     <property name="L3miss" type="b" access="read">
113       <tp:docstring>
114         True if the VXLAN will emit netlink notifications of L3 switch
115         misses.
116       </tp:docstring>
117     </property>
118
119     <signal name="PropertiesChanged">
120         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
121             <tp:docstring>
122                 A dictionary mapping property names to variant boxed values
123             </tp:docstring>
124         </arg>
125     </signal>
126
127   </interface>
128 </node>