Values_5.GetActiveVpnTunnelStatusResultSourceReturns the currently negotiated security parameters for an active VPN tunnel, including IKE version, DH groups, encryption algorithms, and integrity algorithms.
type nonrec t = {activeVpnTunnelStatus : Values_3.ActiveVpnTunnelStatus.t option;Information about the current security configuration of the VPN tunnel.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ])
list ]