|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
Tunnel Port Entry Information. More...
#include <openapi_l2ol3tunnel.h>
Data Fields | |
| uint32_t | remoteIPAddr |
| Remote TEP IP address to which tunnel is needed. | |
| open_l2ol3TunnelStatus_t | status |
| Tunnel Port Status Information. | |
| uint32_t | tenantId |
| Tenant Id to which Tunnel Port/Handle belong to. | |
| uint32_t | tunnelHandle |
| Tunnel Port or Tunnel Handle. | |
| OPEN_L2OL3_TUNNEL_TYPE_t | tunnelType |
| Type of Tunnel Port. | |
Tunnel Port Entry Information.
Definition at line 144 of file openapi_l2ol3tunnel.h.
| uint32_t open_l2ol3TunnelInfo_t::remoteIPAddr |
Remote TEP IP address to which tunnel is needed.
Definition at line 149 of file openapi_l2ol3tunnel.h.
| open_l2ol3TunnelStatus_t open_l2ol3TunnelInfo_t::status |
Tunnel Port Status Information.
Definition at line 150 of file openapi_l2ol3tunnel.h.
| uint32_t open_l2ol3TunnelInfo_t::tenantId |
Tenant Id to which Tunnel Port/Handle belong to.
Definition at line 147 of file openapi_l2ol3tunnel.h.
| uint32_t open_l2ol3TunnelInfo_t::tunnelHandle |
Tunnel Port or Tunnel Handle.
Definition at line 146 of file openapi_l2ol3tunnel.h.
| OPEN_L2OL3_TUNNEL_TYPE_t open_l2ol3TunnelInfo_t::tunnelType |
Type of Tunnel Port.
Definition at line 148 of file openapi_l2ol3tunnel.h.