| 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] |
| Name | Value |
|---|---|
| UP | "UP" |
| DOWN | "DOWN" |
| DEGRADED | "DEGRADED" |