VpnServiceState
Description:
[ CCode ( cprefix = "NM_VPN_SERVICE_STATE_" , type_id = "nm_vpn_service_state_get_type ()" ) ]
public enum VpnServiceState
Content:
Enum values:
- INIT - The VPN plugin is initialized.
- SHUTDOWN - Not used.
- STARTED - The plugin has connected to a
VPN server.
- STARTING - The plugin is attempting to
connect to a VPN server.
- STOPPED - The plugin has disconnected
from the VPN server.
- STOPPING - The plugin is disconnecting
from the VPN server.
- UNKNOWN - The state of the VPN plugin
is unknown.