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.
Content:
Enum values:
- 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_MASTER - the device is a
master.
- IS_SLAVE - the device is a slave.
- 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.
- MASTER_HAS_SLAVES - The
master has any slave devices attached.
- NONE - an alias for numeric zero, no
flags set.