Document compute_backend_service set types (#287)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-06-24 09:35:18 -07:00 committed by Alex Stephen
parent bd7385b777
commit b13f722e00
2 changed files with 6 additions and 6 deletions

View file

@ -60,7 +60,7 @@ options:
required: false required: false
backends: backends:
description: description:
- The list of backends that serve this BackendService. - The set of backends that serve this BackendService.
required: false required: false
suboptions: suboptions:
balancing_mode: balancing_mode:
@ -229,7 +229,7 @@ options:
type: bool type: bool
health_checks: health_checks:
description: description:
- The list of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health - The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health
checking this BackendService. Currently at most one health check can be specified, checking this BackendService. Currently at most one health check can be specified,
and a health check is required. and a health check is required.
- For internal load balancing, a URL to a HealthCheck resource must be specified - For internal load balancing, a URL to a HealthCheck resource must be specified
@ -360,7 +360,7 @@ affinityCookieTtlSec:
type: int type: int
backends: backends:
description: description:
- The list of backends that serve this BackendService. - The set of backends that serve this BackendService.
returned: success returned: success
type: complex type: complex
contains: contains:
@ -550,7 +550,7 @@ enableCDN:
type: bool type: bool
healthChecks: healthChecks:
description: description:
- The list of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health - The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health
checking this BackendService. Currently at most one health check can be specified, checking this BackendService. Currently at most one health check can be specified,
and a health check is required. and a health check is required.
- For internal load balancing, a URL to a HealthCheck resource must be specified - For internal load balancing, a URL to a HealthCheck resource must be specified

View file

@ -76,7 +76,7 @@ resources:
type: int type: int
backends: backends:
description: description:
- The list of backends that serve this BackendService. - The set of backends that serve this BackendService.
returned: success returned: success
type: complex type: complex
contains: contains:
@ -267,7 +267,7 @@ resources:
type: bool type: bool
healthChecks: healthChecks:
description: description:
- The list of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health - The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health
checking this BackendService. Currently at most one health check can be specified, checking this BackendService. Currently at most one health check can be specified,
and a health check is required. and a health check is required.
- For internal load balancing, a URL to a HealthCheck resource must be specified - For internal load balancing, a URL to a HealthCheck resource must be specified