service property

String? service
getter/setter pair

The full or partial URL of the backend service resource to which traffic is directed if this rule is matched.

If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of urlRedirect, service or routeAction.weightedBackendService must be set.

Implementation

core.String? service;