Backend service support for internet NEG backend (#3782) (#260)

* Add ability to set global network endpoint group as backend for backend service. Make health_checks optional

* PR fixes

* Add encoder to remove max_utilization when neg backend

* Check for global NEG in group to remove max_utilization

* Add another nil check

* Spacing

* Docs fix

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-07-24 17:57:29 -07:00 committed by GitHub
parent 0eff143eef
commit b6df15b40d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

View file

@ -426,8 +426,9 @@ resources:
healthChecks:
description:
- The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health
checking this BackendService. Currently at most one health check can be specified,
and a health check is required.
checking this BackendService. Currently at most one health check can be specified.
- A health check must be specified unless the backend service uses an internet
NEG as a backend.
- For internal load balancing, a URL to a HealthCheck resource must be specified
instead.
returned: success