Values_7.CreateClientVpnEndpointResultSourceCreates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.
type nonrec t = {clientVpnEndpointId : Values_0.String_.t option;The ID of the Client VPN endpoint.
*)status : Values_1.ClientVpnEndpointStatus.t option;The current state of the Client VPN endpoint.
*)dnsName : Values_0.String_.t option;The DNS name to be used by clients when establishing their VPN session.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]