| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBHTTPRedirectAction.Builder |
ALBHTTPRedirectAction.Builder.setHost(ALBURIParam host) |
ALBHTTPRedirectAction.Builder |
ALBHTTPRedirectAction.Builder.setKeepQuery(java.lang.Boolean keepQuery)
Keep or drop the query of the incoming request URI in the redirected URI.
|
ALBHTTPRedirectAction.Builder |
ALBHTTPRedirectAction.Builder.setPath(ALBURIParam path) |
ALBHTTPRedirectAction.Builder |
ALBHTTPRedirectAction.Builder.setPort(java.lang.Long port)
Port to which redirect the request.
|
ALBHTTPRedirectAction.Builder |
ALBHTTPRedirectAction.Builder.setProtocol(java.lang.String protocol)
Possible values are:
ALBHTTPRedirectAction.PROTOCOL_HTTP
ALBHTTPRedirectAction.PROTOCOL_HTTPS
Protocol type. |
ALBHTTPRedirectAction.Builder |
ALBHTTPRedirectAction.Builder.setStatusCode(java.lang.String statusCode)
Possible values are:
ALBHTTPRedirectAction.STATUS_CODE_301
ALBHTTPRedirectAction.STATUS_CODE_302
ALBHTTPRedirectAction.STATUS_CODE_307
HTTP redirect status code. |