mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -07:00
Moving nexthop ILB to GA
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
0259421c0b
commit
2fee32731c
2 changed files with 39 additions and 0 deletions
|
@ -185,6 +185,16 @@ resources:
|
|||
- URL to a Network that should handle matching packets.
|
||||
returned: success
|
||||
type: str
|
||||
nextHopIlb:
|
||||
description:
|
||||
- The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should
|
||||
handle matching packets.
|
||||
- 'You can only specify the forwarding rule as a partial or full URL. For example,
|
||||
the following are all valid URLs: U(https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule)
|
||||
regions/region/forwardingRules/forwardingRule Note that this can only be used
|
||||
when the destinationRange is a public (non-RFC 1918) IP CIDR range.'
|
||||
returned: success
|
||||
type: dict
|
||||
'''
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue