Merge pull request #10387 from bpineau/google_session_affinity

provider/google: allow session affinity for compute_backend_service
This commit is contained in:
Paddy 2016-12-01 10:18:27 -08:00 committed by GitHub
commit b312a4bcae

View File

@ -89,6 +89,10 @@ The following arguments are supported:
* `region` - (Optional) The Region in which the created address should reside.
If it is not provided, the provider region is used.
* `session_affinity` - (Optional) How to distribute load. Options are "NONE" (no
affinity), "CLIENT\_IP" (hash of the source/dest addresses / ports), and
"GENERATED\_COOKIE" (distribute load using a generated session cookie).
* `timeout_sec` - (Optional) The number of secs to wait for a backend to respond
to a request before considering the request failed. Defaults to `30`.