From b13f722e00922032769b1e5427ae33665f0908f1 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 24 Jun 2019 09:35:18 -0700 Subject: [PATCH] Document compute_backend_service set types (#287) Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_backend_service.py | 8 ++++---- plugins/modules/gcp_compute_backend_service_facts.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/modules/gcp_compute_backend_service.py b/plugins/modules/gcp_compute_backend_service.py index bd02a46..ee96efa 100644 --- a/plugins/modules/gcp_compute_backend_service.py +++ b/plugins/modules/gcp_compute_backend_service.py @@ -60,7 +60,7 @@ options: required: false backends: description: - - The list of backends that serve this BackendService. + - The set of backends that serve this BackendService. required: false suboptions: balancing_mode: @@ -229,7 +229,7 @@ options: type: bool health_checks: 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, and a health check is required. - For internal load balancing, a URL to a HealthCheck resource must be specified @@ -360,7 +360,7 @@ affinityCookieTtlSec: type: int backends: description: - - The list of backends that serve this BackendService. + - The set of backends that serve this BackendService. returned: success type: complex contains: @@ -550,7 +550,7 @@ enableCDN: type: bool healthChecks: 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, and a health check is required. - For internal load balancing, a URL to a HealthCheck resource must be specified diff --git a/plugins/modules/gcp_compute_backend_service_facts.py b/plugins/modules/gcp_compute_backend_service_facts.py index 4602cdf..1730d98 100644 --- a/plugins/modules/gcp_compute_backend_service_facts.py +++ b/plugins/modules/gcp_compute_backend_service_facts.py @@ -76,7 +76,7 @@ resources: type: int backends: description: - - The list of backends that serve this BackendService. + - The set of backends that serve this BackendService. returned: success type: complex contains: @@ -267,7 +267,7 @@ resources: type: bool healthChecks: 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, and a health check is required. - For internal load balancing, a URL to a HealthCheck resource must be specified