| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBUDPFastPathProfile.Builder |
ALBUDPFastPathProfile.Builder.setDsrProfile(ALBDsrProfile dsrProfile) |
ALBUDPFastPathProfile.Builder |
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 |
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 |
ALBUDPFastPathProfile.Builder.setSnat(java.lang.Boolean snat)
When disabled, Source NAT will not be performed for all client UDP packets.
|