| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBHealthMonitorTcp.Builder |
ALBHealthMonitorTcp.Builder.setMaintenanceResponse(java.lang.String maintenanceResponse)
Match or look for this keyword in the first 2KB of server's response indicating
server maintenance.
|
ALBHealthMonitorTcp.Builder |
ALBHealthMonitorTcp.Builder.setTcpHalfOpen(java.lang.Boolean tcpHalfOpen)
Configure TCP health monitor to use half-open TCP connections to monitor the
health of backend servers thereby avoiding consumption of a full fledged server
side connection and the overhead and logs associated with it.
|
ALBHealthMonitorTcp.Builder |
ALBHealthMonitorTcp.Builder.setTcpRequest(java.lang.String tcpRequest)
Request data to send after completing the TCP handshake.
|
ALBHealthMonitorTcp.Builder |
ALBHealthMonitorTcp.Builder.setTcpResponse(java.lang.String tcpResponse)
Match for the desired keyword in the first 2Kb of the server's TCP response.
|