InlineTunnelProperties1

InlineTunnelProperties1
InlineTunnelProperties1
JSON Example
{
    "bfd": {
        "active": false,
        "bfd_encap": "string",
        "diagnostic": "string",
        "forwarding": false,
        "remote_diagnostic": "string",
        "remote_state": "string",
        "state": "string"
    },
    "egress_interface": "string",
    "encap": "string",
    "last_updated_time": 0,
    "latency_type": "string",
    "latency_value": 0,
    "local_ip": "string",
    "name": "string",
    "remote_ip": "string",
    "remote_node_display_name": "string",
    "remote_node_id": "string",
    "status": "string"
}
bfd
Optional

BFD information

string
egress_interface
Optional

Corresponds to the interface where local_ip_address is routed.

string
encap
Optional

Tunnel encap

Possible values are : STT, VXLAN, GENEVE, NONE, UNKNOWN_ENCAP,
integer As int64 As int64
last_updated_time
Optional

Time at which the Tunnel status has been fetched last time.

string
latency_type
Optional

Latency type.

Possible values are : UNKNOWN_LATENCY, VALID, NOT_READY, TIMEOUT,
integer As int64 As int64
latency_value
Optional

The latency value is set only when latency_type is VALID.

string As ip As ip
local_ip
Optional

Local IP address of tunnel

string
name
Optional

Name of tunnel

string As ip As ip
remote_ip
Optional

Remote IP address of tunnel

string
remote_node_display_name
Optional

Represents the display name of the remote transport node at the other end of the tunnel.

string
remote_node_id
Optional

UUID of the remote transport node

string
status
Optional

Status of tunnel

Possible values are : UP, DOWN, UNKNOWN,