SlbStickyType
The current type of the Sticky Group. A Sticky Group is a list of rules mapping incoming connection parameters, such as source IP address, to specific real servers. If an incoming connection matches a rule in a Sticky Group, the SLB may 'stick' that connection to the real server specified in the matching rule. 'srcIpSticky' : Stick based on source IP address. 'httpCookieSticky' : Stick based on HTTP Cookie name. 'sslSticky' : Stick based on SSL Session ID. 'undefined' : New sticky type not yet defined. 'destIpSticky' : Stick based on the destination IP address. 'srcDestISticky' : Stick based on the Source and Destionation IP Address. 'httpHeaderSticky' : Stick based on the HTTP Header Name.
Possible values
7 objects| Number | Name |
|---|---|
| 1 | srcIpSticky |
| 2 | httpCookieSticky |
| 3 | sslSticky |
| 4 | undefined |
| 5 | destIpSticky |
| 6 | srcDestSticky |
| 7 | httpHeaderSticky |