ProviderGatewayGreTunnelAddressConnectivityStatus

ProviderGatewayGreTunnelAddressConnectivityStatus
ProviderGatewayGreTunnelAddressConnectivityStatus

The connectivity status of the GRE Tunnel for a Tunnel Address.

JSON Example
{
    "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"
    }
}
edgeNodeRef
Optional

Reference for entities which are external to VCD and do not have a VCD URN identifier.

string
lastUpdated
Optional

ISO-8601 date string reflecting the time the statistics were last updated.

string
sourceAddress
Optional

The source IP of the Tunnel Address. IPv4 only.

string
connectivityStatus
Optional

The connectivity status of the GRE Tunnel for this Tunnel Address. One of the following:

  • UP
  • DOWN
  • UNKNOWN
tunnelUpCount
Optional

A count of an event, and the last (most recent) time this event occurred. Either for a tunnel connectivity status change, or a keep-alive packet sent/received/acknowledged.

tunnelDownCount
Optional

A count of an event, and the last (most recent) time this event occurred. Either for a tunnel connectivity status change, or a keep-alive packet sent/received/acknowledged.

string
keepAliveState
Optional

The keep-alive setting of the GRE Tunnel. One of the following:

  • ACTIVE
  • INACTIVE
  • UNKNOWN
keepAliveTransmittedCount
Optional

A count of an event, and the last (most recent) time this event occurred. Either for a tunnel connectivity status change, or a keep-alive packet sent/received/acknowledged.

keepAliveReceivedCount
Optional

A count of an event, and the last (most recent) time this event occurred. Either for a tunnel connectivity status change, or a keep-alive packet sent/received/acknowledged.

keepAliveAckCount
Optional

A count of an event, and the last (most recent) time this event occurred. Either for a tunnel connectivity status change, or a keep-alive packet sent/received/acknowledged.

Availability
Added in 39.0