LbSnatTranslation

LbSnatTranslation
LbSnatTranslation
JSON Example
{
    "type": "string",
    "port_overload": 0
}
string
type
Required

Load balancers may need to perform SNAT to ensure reverse traffic from the server can be received and processed by them. There are two modes: LbSnatAutoMap uses the load balancer interface IP and an ephemeral port as the source IP and port of the server side connection. LbSnatIpPool allows user to specify one or more IP addresses along with their subnet masks that should be used for SNAT while connecting to any of the servers in the pool.

Possible values are : LbSnatAutoMap, LbSnatIpPool,
integer As int64 As int64
port_overload
Optional

Both SNAT automap and SNAT IP list modes support port overloading which allows the same SNAT IP and port to be used for multiple backend connections as long as the tuple (source IP, source port, destination IP, destination port, IP protocol) after SNAT is performed is unique. The valid number is 1, 2, 4, 8, 16, 32.