expectedRedirectResponseCode property

int? expectedRedirectResponseCode
getter/setter pair

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

expectedRedirectResponseCode cannot be set when service is set.

Implementation

core.int? expectedRedirectResponseCode;