mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 14:41:29 -07:00
[DO NOT MERGE] 3.0.0 staging branch
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f526d210f6
commit
bafefea662
24 changed files with 57 additions and 133 deletions
|
@ -105,7 +105,7 @@ options:
|
|||
- 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
|
||||
required: true
|
||||
type: str
|
||||
max_connections:
|
||||
description:
|
||||
|
@ -750,7 +750,7 @@ def main():
|
|||
balancing_mode=dict(default='UTILIZATION', type='str'),
|
||||
capacity_scaler=dict(default=1.0, type='str'),
|
||||
description=dict(type='str'),
|
||||
group=dict(type='str'),
|
||||
group=dict(required=True, type='str'),
|
||||
max_connections=dict(type='int'),
|
||||
max_connections_per_instance=dict(type='int'),
|
||||
max_connections_per_endpoint=dict(type='int'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue