NM.ActivationStateFlags – libnm Reference Manual
Packages
libnm
NM
ActivationStateFlags
CONTROLLER_HAS_PORTS
EXTERNAL
IP4_READY
IP6_READY
IS_CONTROLLER
IS_PORT
LAYER2_READY
LIFETIME_BOUND_TO_PROFILE_VISIBILITY
NONE
ActivationStateFlags
Description:
[
CCode
( cprefix =
"NM_ACTIVATION_STATE_FLAG_"
, type_id =
"nm_activation_state_flags_get_type ()"
) ]
[
Flags
]
[
Version
( since =
"1.10"
) ]
public
enum
ActivationStateFlags
Flags describing the current activation state.
Namespace:
NM
Package:
libnm
Content:
Enum values:
CONTROLLER_HAS_PORTS
-
The controller has any port devices attached.
EXTERNAL
-
the active connection was generated to represent an external configuration of a networking device.
IP4_READY
-
IPv4 setting is completed.
IP6_READY
-
IPv6 setting is completed.
IS_CONTROLLER
-
the device is a controller.
IS_PORT
-
the device is a port.
LAYER2_READY
-
layer2 is activated and ready.
LIFETIME_BOUND_TO_PROFILE_VISIBILITY
-
the lifetime of the activation is bound to the visibility of the connection profile, which in turn depends on "connection.
NONE
-
an alias for numeric zero, no flags set.