Values_5.GetVpnTunnelReplacementStatusResultSourceGet details of available tunnel endpoint maintenance.
type nonrec t = {vpnConnectionId : Values_2.VpnConnectionId.t option;The ID of the Site-to-Site VPN connection.
*)transitGatewayId : Values_1.TransitGatewayId.t option;The ID of the transit gateway associated with the VPN connection.
*)customerGatewayId : Values_3.CustomerGatewayId.t option;The ID of the customer gateway.
*)vpnGatewayId : Values_2.VpnGatewayId.t option;The ID of the virtual private gateway.
*)vpnTunnelOutsideIpAddress : Values_0.String_.t option;The external IP address of the VPN tunnel.
*)maintenanceDetails : Values_3.MaintenanceDetails.t option;Get details of pending tunnel endpoint maintenance.
*)}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_2.VpnConnectionId.t
| `Structure of
(string
* [> `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ])
list ]