public static final class ALBUDPFastPathProfile.Builder
extends java.lang.Object
ALBUDPFastPathProfile.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBUDPFastPathProfile. |
| Modifier and Type | Method and Description |
|---|---|
ALBUDPFastPathProfile |
build() |
ALBUDPFastPathProfile.Builder |
setDsrProfile(ALBDsrProfile dsrProfile) |
ALBUDPFastPathProfile.Builder |
setPerPktLoadbalance(java.lang.Boolean perPktLoadbalance)
When enabled, every UDP packet is considered a new transaction and may be load
balanced to a different server.
|
ALBUDPFastPathProfile.Builder |
setSessionIdleTimeout(java.lang.Long sessionIdleTimeout)
The amount of time (in sec) for which a flow needs to be idle before it is
deleted.
|
ALBUDPFastPathProfile.Builder |
setSnat(java.lang.Boolean snat)
When disabled, Source NAT will not be performed for all client UDP packets.
|
public Builder()
ALBUDPFastPathProfile.public ALBUDPFastPathProfile.Builder setDsrProfile(ALBDsrProfile dsrProfile)
dsrProfile - New value for the property.public ALBUDPFastPathProfile.Builder setPerPktLoadbalance(java.lang.Boolean perPktLoadbalance)
perPktLoadbalance - New value for the property.public ALBUDPFastPathProfile.Builder setSessionIdleTimeout(java.lang.Long sessionIdleTimeout)
sessionIdleTimeout - New value for the property.public ALBUDPFastPathProfile.Builder setSnat(java.lang.Boolean snat)
snat - New value for the property.public ALBUDPFastPathProfile build()