~ubuntu-branches/ubuntu/oneiric/knetworkmanager/oneiric

« back to all changes in this revision

Viewing changes to knetworkmanager/introspection/nm-ip4-config.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-07-14 14:05:44 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080714140544-yjhxgrdwartk3kx7
Tags: 1:0.7svn830754-0ubuntu1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.IP4Config">
 
5
    <property name="Addresses" type="aau" access="read">
 
6
      <tp:docstring>Tuples of IPv4 address/netmask/gateway.  The gateway is optional, if not given should be 0.</tp:docstring>
 
7
    </property>
 
8
    <property name="Hostname" type="s" access="read">
 
9
      <tp:docstring>The hostname associated with this IPv4 address. FIXME: what about multiple hostnames?</tp:docstring>
 
10
    </property>
 
11
    <property name="Nameservers" type="au" access="read">
 
12
      <tp:docstring>The nameservers in use.</tp:docstring>
 
13
    </property>
 
14
    <property name="Domains" type="as" access="read">
 
15
      <tp:docstring>A list of domains this address belongs to.</tp:docstring>
 
16
    </property>
 
17
    <property name="NisDomain" type="s" access="read">
 
18
      <tp:docstring>The NIS domain this address belongs to.</tp:docstring>
 
19
    </property>
 
20
    <property name="NisServers" type="au" access="read">
 
21
      <tp:docstring>The NIS servers associated with this address.</tp:docstring>
 
22
    </property>
 
23
  </interface>
 
24
</node>
 
25