LocalEndpoint

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 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.

array of string
localNetworks
Optional
Constraints: minItems: 1 maxItems: 128

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";