expectedRedirectResponseCode property

int? expectedRedirectResponseCode
getter/setter pair

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

core.int? expectedRedirectResponseCode;