mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 23:51:32 -07:00
Add route_rules to RegionUrlMap (#111)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
29001a3c6a
commit
6bc2d2006a
2 changed files with 45 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue