LocalEndpoint
LocalEndpoint
This represents the endpoint/IP Address on the Edge Gateway where the tunnel needs to be terminated.
JSON Example
{
"localId": "string",
"localAddress": "string",
"localNetworks": [
"string"
]
}
string
localId
Optional
The local identifier for the endpoint.
string
localAddress
Required
The IPV4 Address for the endpoint. This has to be a suballocated IP on the Edge Gateway. This is required.
array of string
localNetworks
Required
List of local networks. These must be specified in normal Network CIDR format. Specifying no value is interpreted as 0.0.0.0/0.