mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-14 23:00:28 -07:00
Bug fixes for gcp_compute_backend_service_facts (#44291)
This commit is contained in:
parent
2e952d1f2f
commit
892eaef067
1 changed files with 224 additions and 219 deletions
|
@ -61,6 +61,11 @@ EXAMPLES = '''
|
|||
'''
|
||||
|
||||
RETURN = '''
|
||||
items:
|
||||
description: List of items
|
||||
returned: always
|
||||
type: complex
|
||||
contains:
|
||||
affinity_cookie_ttl_sec:
|
||||
description:
|
||||
- Lifetime of cookies in seconds if session_affinity is GENERATED_COOKIE. If set to
|
||||
|
|
Loading…
Add table
Reference in a new issue