NSX Autonomous Edge REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
TunnelEncapsulation (schema)
Encapsulation Tunnel of L2VPN Session
Details of encapsulation tunnel for L2VPN Session.
| Name | Description | Type | Notes |
|---|---|---|---|
| local_endpoint_ip | IPv4 Address of local GRE tunnel endpoint IPv4 Address of local GRE tunnel endpoint. |
IPv4Address | Required |
| peer_endpoint_ip | IPv4 Address of remote GRE tunnel endpoint IPv4 Address of remote GRE tunnel endpoint. |
IPv4Address | Required |
| protocol | Tunnel Encapsulation Protocol Protocol used for encapsulation of L2VPN traffic. As of now, only GRE protocol is supported |
string | Enum: NONE, GRE Default: "GRE" |