Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.21 KB

File metadata and controls

22 lines (20 loc) · 1.21 KB

IPSecVPNSessionStatus

Properties

Name Type Description Notes
ipsecVpnSessionId String UUID of vpn session. [optional]
displayName String Display name of vpn session. [optional]
failedTunnels Long Number of failed tunnels. [optional]
negotiatedTunnels Long Number of negotiated tunnels. [optional]
sessionStatus SessionStatusEnum Gives session status consolidated using IKE status and tunnel status. It can be UP, DOWN, DEGRADED. If IKE and all tunnels are UP status will be UP, if all down it will be DOWN, otherwise it will be DEGRADED. [optional]
lastUpdateTimestamp Long Timestamp when the data was last updated. [optional]
aggregateTrafficCounters IPSecVPNTrafficCounters [optional]
ikeStatus IPSecVPNIKESessionStatus [optional]
totalTunnels Long Total number of tunnels. [optional]

Enum: SessionStatusEnum

Name Value
UP "UP"
DOWN "DOWN"
DEGRADED "DEGRADED"