This interface is provided by plugins providing VPN services to the NetworkManager daemon. Tells the plugin to connect. Interactive secrets requests (eg, emitting the SecretsRequired signal) are not allowed. Describes the connection to be established. Tells the plugin to connect, allowing interactive secrets requests (eg the plugin is allowed to emit the SecretsRequired signal if the VPN service indicates that it needs additional secrets during the connect process). Describes the connection to be established. Additional details about the Connect process. Asks the plugin whether the provided connection will require secrets to connect successfully. Describes the connection that may need secrets. The setting name within the provided connection that requires secrets, if any. Disconnect the plugin. Set generic connection details on the connection. Generic configuration details for the connection. Set IPv4 details on the connection. Ip4Config details for the connection. You must call SetConfig() before calling this. Set IPv6 details on the connection. Ip6Config details for the connection. You must call SetConfig() before calling this. Indicate a failure to the plugin. The reason for the failure. The state of the plugin. Emitted when the plugin state changes. The new state of the plugin. Emitted during an ongoing ConnectInteractive() request when the plugin has determined that new secrets are required. NetworkManager will then call the NewSecrets() method with a connection hash including the new secrets. Informational message, if any, about the request. For example, if a second PIN is required, could indicate to the user to wait for the token code to change until entering the next PIN. Array of strings of VPN secret names which the plugin thinks secrets may be required for, or other VPN-specific data to be processed by the VPN's front-end. Called in response to a SecretsRequired signal to deliver updated secrets or other information to the plugin. Describes the connection including the new secrets. The plugin obtained generic configuration information. The configuration information. The plugin obtained an IPv4 configuration. The IPv4 configuration. The plugin obtained an IPv6 configuration. The IPv6 configuration. Emitted when the plugin receives a login banner from the VPN service. The login banner string. Emitted when a failure in the VPN plugin occurs. Reason code for the failure. Login failed. Connect failed. Invalid IP configuration returned from the VPN plugin.