You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/loadbalancer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ Optional:
203
203
204
204
-`display_name` (String)
205
205
-`port` (Number) Port number where we listen for traffic.
206
-
-`protocol` (String) Protocol is the highest network protocol we understand to load balance.
206
+
-`protocol` (String) Protocol is the highest network protocol we understand to load balance. Supported values are: `PROTOCOL_UNSPECIFIED`, `PROTOCOL_TCP`, `PROTOCOL_UDP`, `PROTOCOL_TCP_PROXY`, `PROTOCOL_TLS_PASSTHROUGH`.
207
207
-`server_name_indicators` (Attributes List) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
208
208
-`target_pool` (String) Reference target pool by target pool name.
209
209
@@ -225,7 +225,7 @@ Required:
225
225
226
226
Optional:
227
227
228
-
-`role` (String) The role defines how the load balancer is using the network.
228
+
-`role` (String) The role defines how the load balancer is using the network. Supported values are: `ROLE_UNSPECIFIED`, `ROLE_LISTENERS_AND_TARGETS`, `ROLE_LISTENERS`, `ROLE_TARGETS`.
0 commit comments