mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-25 04:11:24 -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
|
@ -100,6 +100,7 @@ options:
|
|||
global forwarding rules cannot be used for INTERNAL load balancing.'
|
||||
- 'Some valid choices include: "INTERNAL_SELF_MANAGED", "EXTERNAL"'
|
||||
required: false
|
||||
default: EXTERNAL
|
||||
name:
|
||||
description:
|
||||
- Name of the resource; provided by the client when the resource is created. The
|
||||
|
@ -348,7 +349,7 @@ def main():
|
|||
ip_address=dict(type='str'),
|
||||
ip_protocol=dict(type='str'),
|
||||
ip_version=dict(type='str'),
|
||||
load_balancing_scheme=dict(type='str'),
|
||||
load_balancing_scheme=dict(default='EXTERNAL', type='str'),
|
||||
name=dict(required=True, type='str'),
|
||||
network=dict(type='dict'),
|
||||
port_range=dict(type='str'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue