mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-24 20:01:24 -07:00
Add HTTP2 protocol to backend service (#242)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
9d56092565
commit
9f2e658ec6
2 changed files with 11 additions and 4 deletions
|
@ -313,7 +313,9 @@ resources:
|
|||
protocol:
|
||||
description:
|
||||
- The protocol this BackendService uses to communicate with backends.
|
||||
- Possible values are HTTP, HTTPS, TCP, and SSL. The default is HTTP.
|
||||
- 'Possible values are HTTP, HTTPS, HTTP2, TCP, and SSL. The default is HTTP.
|
||||
**NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer types and may
|
||||
result in errors if used with the GA API.'
|
||||
returned: success
|
||||
type: str
|
||||
securityPolicy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue