IPSecVpnTransportStatus
IPSecVpnTransportStatus
Provides IPSec VPN session status.
AllOf
This class requires all of the following:
JSON Example
{
"resource_type": "string",
"transport_tunnel_path": "string",
"session_status": {
"aggregate_traffic_counters": {
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"dropped_packets_out": 0,
"packets_in": 0,
"packets_out": 0
},
"failed_tunnels": 0,
"ike_status": {
"fail_reason": "string",
"ike_session_state": "string"
},
"last_update_timestamp": 0,
"negotiated_tunnels": 0,
"runtime_status": "string",
"total_tunnels": 0
}
}