SettingHostname
Object Hierarchy:
NM.SettingHostname
NM.SettingHostname
NM.SettingHostname
NM.Setting
NM.Setting
NM.Setting->NM.SettingHostname
GLib.Object
GLib.Object
GLib.Object->NM.Setting
Description:
[
CCode ( type_id =
"nm_setting_hostname_get_type ()" ) ]
[
Version ( since =
"1.30" ) ]
public sealed class SettingHostname :
Setting
Content:
Constants:
Properties:
public Ternary from_dhcp { get ; set ; }
Whether the system hostname can be determined from DHCP on this connection.
public Ternary from_dns_lookup { get ; set ; }
Whether the system hostname can be determined from reverse DNS lookup of
addresses on this device.
public Ternary only_from_default { get ; set ; }
If set to nm_ternary_true , NetworkManager
attempts to get the hostname via DHCPv4/DHCPv6 or reverse DNS lookup on this device only when the device has the default route for the given
address family (IPv4/IPv6).
public int priority { get ; set ; }
The relative priority of this connection to determine the system hostname.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object