Skip to content

Commit

Permalink
Add 'type' field to load balancers (#954)
Browse files Browse the repository at this point in the history
* add 'type' field to load balancers

* add GLOBAL to 'type' field
  • Loading branch information
beardicus authored Dec 12, 2024
1 parent 760ac78 commit 164a055
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,17 @@ 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
- GLOBAL
default: REGIONAL
description: A string indicating whether the load balancer should be a standard
regional HTTP load balancer, a regional network load balancer that routes traffic
at the TCP/UDP transport layer, or a global load balancer.

required:
- forwarding_rules

0 comments on commit 164a055

Please sign in to comment.