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