org.freedesktop.NetworkManager.VPN.Connectionorg.freedesktop.NetworkManager.VPN.Connectionorg.freedesktop.NetworkManager.VPN.ConnectionActive VPN ConnectionSignals
PropertiesChanged (a{sv} properties);
VpnStateChanged (u state,
u reason);
Properties
VpnState readable u
Banner readable s
Description Represents an active connection to a Virtual Private Network.
Signal DetailsThe "PropertiesChanged" signalorg.freedesktop.NetworkManager.VPN.Connection::PropertiesChanged
PropertiesChanged (a{sv} properties);
DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
a{sv} properties:A dictionary mapping property names to variant boxed valuesThe "VpnStateChanged" signalorg.freedesktop.NetworkManager.VPN.Connection::VpnStateChanged
VpnStateChanged (u state,
u reason);
Emitted when the state of the VPN connection has changed.
u state:(NMVpnConnectionState) The new state of the VPN connection.u reason:(NMActiveConnectionStateReason) Reason code describing the change to the new state.Property DetailsThe "VpnState" propertyorg.freedesktop.NetworkManager.VPN.Connection:VpnState
VpnState readable u
The VPN-specific state of the connection.
Returns: NMVpnConnectionState
The "Banner" propertyorg.freedesktop.NetworkManager.VPN.Connection:Banner
Banner readable s
The banner string of the VPN connection.