Values_1.ClientVpnConnectionStatusSourceDescribes the status of a client connection.
type nonrec t = {code : Values_0.ClientVpnConnectionStatusCode.t option;The state of the client connection.
*)message : Values_0.String_.t option;A message about the status of the client connection, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]