Objects that implement the Connection.Active interface represent an attempt to connect to a network using the details provided by a Connection object. The Connection.Active object tracks the life-cycle of the connection attempt and if successful indicates whether the connected network is the "default" or preferred network for access. The path of the connection. A specific object associated with the active connection. This property reflects the specific object used during connection activation, and will not change over the lifetime of the ActiveConnection once set. The ID of the connection, provided as a convenience so that clients do not have to retrieve all connection details. The UUID of the connection, provided as a convenience so that clients do not have to retrieve all connection details. The type of the connection, provided as a convenience so that clients do not have to retrieve all connection details. Array of object paths representing devices which are part of this active connection. The state of this active connection. Whether this active connection is the default IPv4 connection, i.e. whether it currently owns the default IPv4 route. Object path of the Ip4Config object describing the configuration of the connection. Only valid when the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. Object path of the Dhcp4Config object describing the DHCP options returned by the DHCP server (assuming the connection used DHCP). Only valid when the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. Whether this active connection is the default IPv6 connection, i.e. whether it currently owns the default IPv6 route. Object path of the Ip6Config object describing the configuration of the connection. Only valid when the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. Object path of the Dhcp6Config object describing the DHCP options returned by the DHCP server (assuming the connection used DHCP). Only valid when the connection is in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state. Whether this active connection is also a VPN connection. The path to the master device if the connection is a slave. A dictionary mapping property names to variant boxed values The active connection is in an unknown state. The connection is activating. The connection is activated. The connection is being torn down and cleaned up. The connection is no longer active.