| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBHTTPReselectRespCode.Builder |
ALBHTTPReselectRespCode.Builder.setCodes(java.util.List<java.lang.Long> codes)
HTTP response code to be matched.
|
ALBHTTPReselectRespCode.Builder |
ALBHTTPReselectRespCode.Builder.setRanges(java.util.List<ALBHTTPStatusRange> ranges)
HTTP response code ranges to match.
|
ALBHTTPReselectRespCode.Builder |
ALBHTTPReselectRespCode.Builder.setRespCodeBlock(java.util.List<java.lang.String> respCodeBlock)
Possible values are:
ALBHTTPReselectRespCode.RESP_CODE_BLOCK_4XX
ALBHTTPReselectRespCode.RESP_CODE_BLOCK_5XX
Block of HTTP response codes to match for server reselect. |