Bug fixes for gcp_compute_backend_service_facts (#44291)
This commit is contained in:
parent
b56639447f
commit
2fe1f3deb4
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…
Reference in a new issue