NSX-T Data Center REST API
ALBTCPFastPathProfile (schema)
TCPFastPathProfile
Advanced load balancer TCPFastPathProfile object
| Name | Description | Type | Notes | 
|---|---|---|---|
| dsr_profile | Dsr profile DSR profile information. Allowed in Basic edition, Essentials edition, Enterprise edition. | ALBDsrProfile | |
| enable_syn_protection | Enable syn protection When enabled, Avi will complete the 3-way handshake with the client before forwarding any packets to the server. This will protect the server from SYN flood and half open SYN connections. Allowed in Basic(Allowed values- false) edition, Essentials(Allowed values- false) edition, Enterprise edition. Default value when not specified in API or module is interpreted by ALB Controller as false. | boolean | Default: "False" | 
| session_idle_timeout | Session idle timeout The amount of time (in sec) for which a connection needs to be idle before it is eligible to be deleted. Allowed values are 5-14400. Special values are 0 - 'infinite'. Unit is SEC. Default value when not specified in API or module is interpreted by ALB Controller as 300. | integer | Minimum: 0 Maximum: 14400 Default: "300" |