SettingIP4Config
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_ip4_config_get_type ()" ) ]
public class SettingIP4Config :
SettingIPConfig
Content:
Constants:
Properties:
- public int clat { get; set; }
Controls the CLAT (Customer-side translator) functionality.
- public string dhcp_client_id { owned get; set; }
A string sent to the DHCP server to identify the local machine which
the DHCP server may use to customize the DHCP lease and options.
- public string dhcp_fqdn { owned get; set; }
If the
dhcp_send_hostname property is
true, then the specified FQDN will be sent to the DHCP server when acquiring a lease.
- public int dhcp_ipv6_only_preferred { get; set; }
Controls the "IPv6-Only Preferred" DHCPv4 option (option 108 - RFC
8925).
- public string dhcp_vendor_class_identifier { owned get; set; }
The Vendor Class Identifier DHCP option (60).
- public int link_local { get; set; }
Enable and disable the IPv4 link-local configuration independently of
the ipv4.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.SettingIPConfig
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object