Values_3.ActiveVpnTunnelStatusSourceContains information about the current security configuration of an active VPN tunnel.
type nonrec t = {phase1EncryptionAlgorithm : Values_0.String_.t option;The encryption algorithm negotiated in Phase 1 IKE negotiations.
*)phase2EncryptionAlgorithm : Values_0.String_.t option;The encryption algorithm negotiated in Phase 2 IKE negotiations.
*)phase1IntegrityAlgorithm : Values_0.String_.t option;The integrity algorithm negotiated in Phase 1 IKE negotiations.
*)phase2IntegrityAlgorithm : Values_0.String_.t option;The integrity algorithm negotiated in Phase 2 IKE negotiations.
*)phase1DHGroup : Values_0.Integer.t option;The Diffie-Hellman group number being used in Phase 1 IKE negotiations.
*)phase2DHGroup : Values_0.Integer.t option;The Diffie-Hellman group number being used in Phase 2 IKE negotiations.
*)ikeVersion : Values_0.String_.t option;The version of the Internet Key Exchange (IKE) protocol being used.
*)provisioningStatus : Values_2.VpnTunnelProvisioningStatus.t option;The current provisioning status of the VPN tunnel.
*)provisioningStatusReason : Values_0.String_.t option;The reason for the current provisioning status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ]