#NMClientInstanceFlags for the instance. These affect behavior of #NMClient. This is a construct property and you may only set most flags only during construction.
The flag %NM_CLIENT_INSTANCE_FLAGS_NO_AUTO_FETCH_PERMISSIONS can be toggled any time, even after constructing the instance. Note that you may want to watch NMClient:permissions-state property to know whether permissions are ready. Note that permissions are only fetched when NMClient has a D-Bus name owner.
Whether networking is enabled.
The property setter is a synchronous D-Bus call. This is deprecated since 1.22.
Whether WiMAX functionality is enabled.
Whether wireless is enabled.
The property setter is a synchronous D-Bus call. This is deprecated since 1.22.
Whether WWAN functionality is enabled.
The property setter is a synchronous D-Bus call. This is deprecated since 1.22.
The #GDBusConnection to use.
If this is not set during object construction, the D-Bus connection will automatically be chosen during async/sync initalization via g_bus_get().