From 164a0555fb1a0b3dbd9f530bd0ba29943f294b67 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Thu, 12 Dec 2024 09:55:53 -0500 Subject: [PATCH] Add 'type' field to load balancers (#954) * add 'type' field to load balancers * add GLOBAL to 'type' field --- .../load_balancers/models/load_balancer_base.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/resources/load_balancers/models/load_balancer_base.yml b/specification/resources/load_balancers/models/load_balancer_base.yml index 73265f81..e5a6fb1b 100644 --- a/specification/resources/load_balancers/models/load_balancer_base.yml +++ b/specification/resources/load_balancers/models/load_balancer_base.yml @@ -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