ProviderGatewayGreTunnelConnectivityStatus
ProviderGatewayGreTunnelConnectivityStatus
The connectivity status of the GRE Tunnel, for each Tunnel Address. Also includes tunnel keep-alive statistics.
JSON Example
{
"destinationAddress": "string",
"tunnelAddressStatuses": [
{
"edgeNodeRef": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
},
"lastUpdated": "string",
"sourceAddress": "string",
"connectivityStatus": "string",
"tunnelUpCount": {
"eventCount": 0,
"lastOccurrenceTime": "string"
},
"tunnelDownCount": {
"eventCount": 0,
"lastOccurrenceTime": "string"
},
"keepAliveState": "string",
"keepAliveTransmittedCount": {
"eventCount": 0,
"lastOccurrenceTime": "string"
},
"keepAliveReceivedCount": {
"eventCount": 0,
"lastOccurrenceTime": "string"
},
"keepAliveAckCount": {
"eventCount": 0,
"lastOccurrenceTime": "string"
}
}
]
}
string
destinationAddress
Optional
The destination address of the GRE Tunnel.
tunnelAddressStatuses
Optional
The connectivity status of the GRE Tunnel for each Tunnel Address.