defaultUrlRedirect property

HttpRedirectAction? defaultUrlRedirect
getter/setter pair

When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.

If defaultUrlRedirect is specified, then set either defaultService or defaultRouteAction. Don't set both. Not supported when the URL map is bound to a target gRPC proxy.

Implementation

HttpRedirectAction? defaultUrlRedirect;