IP4Config
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_ip4_config_get_type ()" ) ]
public class IP4Config :
Object,
AsyncInitable,
Initable
Content:
Constants:
Properties:
- public void* addresses { get; }
The GenericArray containing
IP4Addresses of the configuration.
- public StringArray domains { get; }
The GenericArray containing domain strings
of the configuration.
- public string gateway { get; }
The IP4 gateway address of the configuration as string.
- public UintArray nameservers { get; }
The Array containing name servers
(#guint32s) of the configuration.
- public void* routes { get; }
The GenericArray containing
NMSettingIP4Route
s of the configuration.
- public StringArray searches { get; }
The GenericArray containing dns search
strings of the configuration.
- public UintArray wins_servers { get; }
The Array containing WINS servers
(#guint32s) of the configuration.
Creation methods:
- public IP4Config (Connection connection, string object_path)
Creates a new IP4Config.
Methods:
- public unowned SList<IP4Address> get_addresses ()
Gets the IP4 addresses (containing the address, prefix, and gateway).
- public unowned GenericArray<string> get_domains ()
Gets the domain names.
- public unowned string get_gateway ()
Gets the IP4 gateway address.
- public unowned Array<uint32> get_nameservers ()
Gets the domain name servers (DNS).
- public unowned SList<IP4Route> get_routes ()
Gets the routes.
- public unowned GenericArray<string> get_searches ()
Gets the dns searches.
- public unowned Array<uint32> get_wins_servers ()
Gets the Windows Internet Name Service servers (WINS).
Inherited Members:
All known members inherited from class NM.Object
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GLib.AsyncInitable
All known members inherited from interface GLib.Initable