LocalEndpoint
LocalEndpoint
This represents the endpoint/IP Address on the 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. For a gateway using an external IP block, the IP must be suballocated to the Gateway. For a gateway using an IP Space, the IP must be allocated if it falls within the IP Space. This field 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.
Availability
Added in 38.1
Property Of