- public int auth_retries { get; set; }
The number of retries for the authentication.
- public bool autoconnect { get; set; }
Whether or not the connection should be automatically connected by
NetworkManager when the resources for the connection are available.
- public int autoconnect_priority { get; set; }
The autoconnect priority in range -999 to 999.
- public int autoconnect_retries { get; set; }
The number of times a connection should be tried when autoactivating
before giving up.
- public SettingConnectionAutoconnectSlaves autoconnect_slaves { get; set; }
Whether or not slaves of this connection should be automatically
brought up when NetworkManager activates this connection.
- public int dns_over_tls { get; set; }
Whether DNSOverTls (dns-over-tls) is enabled for the connection.
- public uint gateway_ping_timeout { get; set; }
If greater than zero, delay success of IP addressing until either the
timeout is reached, or an IP gateway replies to a ping.
- public string id { owned get; set; }
A human readable unique identifier for the connection, like "Work
Wi-Fi" or "T-Mobile 3G".
- public string interface_name { owned get; set; }
The name of the network interface this connection is bound to.
- public int lldp { get; set; }
Whether LLDP is enabled for the connection.
- public int llmnr { get; set; }
Whether Link-Local Multicast Name Resolution (LLMNR) is enabled for
the connection.
- public string master { owned get; set; }
Interface name of the master device or UUID of the master connection.
- public int mdns { get; set; }
Whether mDNS is enabled for the connection.
- public Metered metered { get; set; }
Whether the connection is metered.
- public string mud_url { owned get; set; }
If configured, set to a Manufacturer Usage Description (MUD) URL that
points to manufacturer-recommended network policies for IoT devices.
- public int multi_connect { get; set; }
Specifies whether the profile can be active multiple times at a
particular moment.
- public string[] permissions { owned get; set; }
An array of strings defining what access a given user has to this
connection.
- public bool read_only { get; set; }
false if the connection can be
modified using the provided settings service's D-Bus interface with the right privileges, or true if
the connection is read-only and cannot be modified.
- public string[] secondaries { owned get; set; }
List of connection UUIDs that should be activated when the base
connection itself is activated.
- public string slave_type { owned get; set; }
Setting name of the device type of this slave's master connection (eg,
nm_setting_bond_setting_name), or null if this connection is not
a slave.
- public string stable_id { owned get; set; }
This represents the identity of the connection used for various
purposes.
- public uint64 timestamp { get; set; }
The time, in seconds since the Unix Epoch, that the connection was
last _successfully_ fully activated.
- public string type { owned get; set; }
Base type of the connection.
- public string uuid { owned get; set; }
A universally unique identifier for the connection, for example
generated with libuuid.
- public int wait_activation_delay { get; set; }
Time in milliseconds to wait for connection to be considered
activated.
- public int wait_device_timeout { get; set; }
Timeout in milliseconds to wait for device at startup.
- public string zone { owned get; set; }
The trust level of a the connection.