mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Merge pull request #6 from modular-magician/codegen-pr-2288
Add beta fields to BackendService to support traffic director
This commit is contained in:
commit
0e847d9fa8
2 changed files with 8 additions and 10 deletions
|
@ -324,10 +324,10 @@ options:
|
|||
version_added: '2.8'
|
||||
session_affinity:
|
||||
description:
|
||||
- Type of session affinity to use. The default is NONE.
|
||||
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE.
|
||||
- When the protocol is UDP, this field is not used.
|
||||
- 'Some valid choices include: "NONE", "CLIENT_IP", "GENERATED_COOKIE"'
|
||||
- Type of session affinity to use. The default is NONE. Session affinity is not
|
||||
applicable if the protocol is UDP.
|
||||
- 'Some valid choices include: "NONE", "CLIENT_IP", "CLIENT_IP_PORT_PROTO", "CLIENT_IP_PROTO",
|
||||
"GENERATED_COOKIE", "HEADER_FIELD", "HTTP_COOKIE"'
|
||||
required: false
|
||||
type: str
|
||||
timeout_sec:
|
||||
|
@ -706,9 +706,8 @@ securityPolicy:
|
|||
type: str
|
||||
sessionAffinity:
|
||||
description:
|
||||
- Type of session affinity to use. The default is NONE.
|
||||
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE.
|
||||
- When the protocol is UDP, this field is not used.
|
||||
- Type of session affinity to use. The default is NONE. Session affinity is not
|
||||
applicable if the protocol is UDP.
|
||||
returned: success
|
||||
type: str
|
||||
timeoutSec:
|
||||
|
|
|
@ -393,9 +393,8 @@ resources:
|
|||
type: str
|
||||
sessionAffinity:
|
||||
description:
|
||||
- Type of session affinity to use. The default is NONE.
|
||||
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE.
|
||||
- When the protocol is UDP, this field is not used.
|
||||
- Type of session affinity to use. The default is NONE. Session affinity is
|
||||
not applicable if the protocol is UDP.
|
||||
returned: success
|
||||
type: str
|
||||
timeoutSec:
|
||||
|
|
Loading…
Add table
Reference in a new issue