mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-02 12:14:33 -07:00
Add support for INTERNAL_SELF_MANAGED backend service
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
c7000960d1
commit
22bb018df4
3 changed files with 18 additions and 9 deletions
|
@ -253,6 +253,8 @@ resources:
|
|||
- The list 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
|
||||
instead.
|
||||
returned: success
|
||||
type: list
|
||||
id:
|
||||
|
@ -290,8 +292,8 @@ resources:
|
|||
description:
|
||||
- Indicates whether the backend service will be used with internal or external
|
||||
load balancing. A backend service created for one type of load balancing cannot
|
||||
be used with the other. Must be `EXTERNAL` for a global backend service. Defaults
|
||||
to `EXTERNAL`.
|
||||
be used with the other. Must be `EXTERNAL` or `INTERNAL_SELF_MANAGED` for
|
||||
a global backend service. Defaults to `EXTERNAL`.
|
||||
returned: success
|
||||
type: str
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue