LocalEndpoint
This represents the endpoint/IP Address on the Gateway where the tunnel needs to be terminated.
{
"localId": "string",
"localAddress": "string",
"localNetworks": [
"string"
]
}
The local identifier for the endpoint.
The IP 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.
List of local networks. These must be specified in normal Network CIDR format. Specifying no value is interpreted as 0.0.0.0/0. This property must be set if the tunnelType field is "POLICY_BASED", and is ignored if the tunnelType field is set to "ROUTE_BASED";