mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -07:00
Add beta fields to BackendService to support traffic director
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
4e0e732dcb
commit
91c805a865
2 changed files with 8 additions and 10 deletions
|
@ -324,10 +324,10 @@ options:
|
||||||
version_added: '2.8'
|
version_added: '2.8'
|
||||||
session_affinity:
|
session_affinity:
|
||||||
description:
|
description:
|
||||||
- Type of session affinity to use. The default is NONE.
|
- Type of session affinity to use. The default is NONE. Session affinity is not
|
||||||
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE.
|
applicable if the protocol is UDP.
|
||||||
- When the protocol is UDP, this field is not used.
|
- 'Some valid choices include: "NONE", "CLIENT_IP", "CLIENT_IP_PORT_PROTO", "CLIENT_IP_PROTO",
|
||||||
- 'Some valid choices include: "NONE", "CLIENT_IP", "GENERATED_COOKIE"'
|
"GENERATED_COOKIE", "HEADER_FIELD", "HTTP_COOKIE"'
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
timeout_sec:
|
timeout_sec:
|
||||||
|
@ -706,9 +706,8 @@ securityPolicy:
|
||||||
type: str
|
type: str
|
||||||
sessionAffinity:
|
sessionAffinity:
|
||||||
description:
|
description:
|
||||||
- Type of session affinity to use. The default is NONE.
|
- Type of session affinity to use. The default is NONE. Session affinity is not
|
||||||
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE.
|
applicable if the protocol is UDP.
|
||||||
- When the protocol is UDP, this field is not used.
|
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
timeoutSec:
|
timeoutSec:
|
||||||
|
|
|
@ -393,9 +393,8 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
sessionAffinity:
|
sessionAffinity:
|
||||||
description:
|
description:
|
||||||
- Type of session affinity to use. The default is NONE.
|
- Type of session affinity to use. The default is NONE. Session affinity is
|
||||||
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE.
|
not applicable if the protocol is UDP.
|
||||||
- When the protocol is UDP, this field is not used.
|
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
timeoutSec:
|
timeoutSec:
|
||||||
|
|
Loading…
Add table
Reference in a new issue