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. The UUID 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. Whether this active connection is the default IPv6 connection, i.e. whether it currently owns the default IPv6 route. 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.