Add route_rules to RegionUrlMap (#111)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-12-09 17:30:42 -08:00 committed by Ty Larrabee
commit 6bc2d2006a
2 changed files with 45 additions and 2 deletions

View file

@ -835,6 +835,18 @@ resources:
15 in the future without any impact on existing rules.
returned: success
type: int
service:
description:
- The backend service resource to which traffic is directed if this
rule is matched. If routeAction is additionally specified, advanced
routing actions like URL Rewrites, etc. take effect prior to sending
the request to the backend. However, if service is specified, routeAction
cannot contain any weightedBackendService s. Conversely, if routeAction
specifies any weightedBackendServices, service must not be specified.
Only one of urlRedirect, service or routeAction.weightedBackendService
must be set.
returned: success
type: dict
headerAction:
description:
- Specifies changes to request and response headers that need to take