mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-03 08:21:27 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
bfd4a8d72d
commit
69dc784c16
40 changed files with 159 additions and 0 deletions
|
@ -63,6 +63,7 @@ options:
|
|||
backends:
|
||||
description:
|
||||
- The set of backends that serve this BackendService.
|
||||
elements: dict
|
||||
required: false
|
||||
type: list
|
||||
suboptions:
|
||||
|
@ -202,6 +203,7 @@ options:
|
|||
- All other parameters will be included. Either specify query_string_whitelist
|
||||
or query_string_blacklist, not both.
|
||||
- "'&' and '=' will be percent encoded and not treated as delimiters."
|
||||
elements: str
|
||||
required: false
|
||||
type: list
|
||||
query_string_whitelist:
|
||||
|
@ -210,6 +212,7 @@ options:
|
|||
- All other parameters will be excluded. Either specify query_string_whitelist
|
||||
or query_string_blacklist, not both.
|
||||
- "'&' and '=' will be percent encoded and not treated as delimiters."
|
||||
elements: str
|
||||
required: false
|
||||
type: list
|
||||
signed_url_cache_max_age_sec:
|
||||
|
@ -255,6 +258,7 @@ options:
|
|||
and a health check is required.
|
||||
- For internal load balancing, a URL to a HealthCheck resource must be specified
|
||||
instead.
|
||||
elements: str
|
||||
required: true
|
||||
type: list
|
||||
iap:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue