Skip to content

Commit

Permalink
add 'type' field to load balancers
Browse files Browse the repository at this point in the history
  • Loading branch information
beardicus committed Dec 10, 2024
1 parent 760ac78 commit 599621a
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,16 @@ properties:
to resources on the same VPC network. This property cannot be updated after
creating the load balancer.

type:
type: string
example: REGIONAL
enum:
- REGIONAL
- REGIONAL_NETWORK
default: REGIONAL
description: A string indicating whether the load balancer should be a standard
regional load balancer or a regional network load balancer that routes traffic
at the TCP/UDP transport layer.

required:
- forwarding_rules

0 comments on commit 599621a

Please sign in to comment.