SettingsAddConnection2Flags
Description:
[ CCode ( cprefix = "NM_SETTINGS_ADD_CONNECTION2_FLAG_" , type_id = "nm_settings_add_connection2_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "1.20" ) ]
public enum SettingsAddConnection2Flags
Numeric flags for the "flags" argument of AddConnection2
D-Bus API.
Content:
Enum values:
- BLOCK_AUTOCONNECT -
usually, when the connection has autoconnect enabled and gets added, it becomes eligible to autoconnect
right away.
- IN_MEMORY - to make the
connection in-memory only.
- NONE - an alias for numeric
zero, no flags set.
- TO_DISK - to persist the
connection to disk.