Values_7.CreateClientVpnRouteResultSourceAdds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.
type nonrec t = {status : Values_1.ClientVpnRouteStatus.t option;The current state of the route.
*)}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 | `String of Values_0.String_.t ])
list ])
list ]