VpnConnectionState
Description:
[ CCode ( cprefix = "NM_VPN_CONNECTION_STATE_" , type_id = "nm_vpn_connection_state_get_type ()" ) ]
public enum VpnConnectionState
Content:
Enum values:
- ACTIVATED - The VPN connection is
active.
- CONNECT - The VPN connection is
being established.
- DISCONNECTED - The VPN
connection is disconnected.
- FAILED - The VPN connection failed.
- IP_CONFIG_GET - The VPN
connection is getting an IP address.
- NEED_AUTH - The VPN connection
needs authorization credentials.
- PREPARE - The VPN connection is
preparing to connect.
- UNKNOWN - The state of the VPN
connection is unknown.