expectedRedirectResponseCode property

int? expectedRedirectResponseCode
final

For rules with urlRedirect, the test passes only ifexpectedRedirectResponseCode matches the HTTP status code in load balancer's redirect response.

expectedRedirectResponseCode cannot be set whenservice is set.

Implementation

final int? expectedRedirectResponseCode;