Skip to content

Commit ef40ae5

Browse files
OAS Update
1 parent dd36b1b commit ef40ae5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/load-balancer/v1/load-balancer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
"type": "object"
528528
},
529529
"OptionsTCP": {
530+
"description": "ProtocolOptionsTCP options to be configured for the PROTOCOL_TCP, PROTOCOL_TCP_PROXY, and PROTOCOL_TLS_PASSTHROUGH protocols. TCP options for the SNI listeners with the same port must be the same.",
530531
"properties": {
531532
"idleTimeout": {
532533
"description": "The connection idle timeout to be used with the protocol. The default value is set to 5 minutes, and the maximum value is one hour.",
@@ -539,6 +540,7 @@
539540
"type": "object"
540541
},
541542
"OptionsUDP": {
543+
"description": "ProtocolOptionsUDP options to be configured for the PROTOCOL_UDP protocol.",
542544
"properties": {
543545
"idleTimeout": {
544546
"description": "The connection idle timeout to be used with the protocol. The default value is set to 1 minute, and the maximum value is 2 minutes.",
@@ -811,7 +813,7 @@
811813
},
812814
"info": {
813815
"description": "This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes.\n\nFor each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.",
814-
"title": "Load Balancer API",
816+
"title": "STACKIT Load Balancer API",
815817
"version": "1.7.2"
816818
},
817819
"openapi": "3.0.3",

0 commit comments

Comments
 (0)