mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-23 19:31:23 -07:00
Add L7 ILB fields to RegionBackendService (#38)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
66474a3916
commit
1430a27759
7 changed files with 529 additions and 238 deletions
|
@ -102,8 +102,7 @@ options:
|
|||
- For Network Endpoint Groups this defines list of endpoints. All endpoints
|
||||
of Network Endpoint Group must be hosted on instances located in the same
|
||||
zone as the Network Endpoint Group.
|
||||
- Backend service can not contain mix of Instance Group and Network Endpoint
|
||||
Group backends.
|
||||
- Backend services cannot mix Instance Group and Network Endpoint Group backends.
|
||||
- Note that you must specify an Instance Group or Network Endpoint Group resource
|
||||
using the fully-qualified URL, rather than a partial URL.
|
||||
required: false
|
||||
|
@ -475,8 +474,7 @@ backends:
|
|||
- For Network Endpoint Groups this defines list of endpoints. All endpoints
|
||||
of Network Endpoint Group must be hosted on instances located in the same
|
||||
zone as the Network Endpoint Group.
|
||||
- Backend service can not contain mix of Instance Group and Network Endpoint
|
||||
Group backends.
|
||||
- Backend services cannot mix Instance Group and Network Endpoint Group backends.
|
||||
- Note that you must specify an Instance Group or Network Endpoint Group resource
|
||||
using the fully-qualified URL, rather than a partial URL.
|
||||
returned: success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue