Skip to content

Commit 8ba6422

Browse files
OAS Update
1 parent 16cacfd commit 8ba6422

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

services/lb-application/v1beta/lb-application.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"properties": {
66
"healthyThreshold": {
77
"description": "Healthy threshold of the health checking",
8-
"title": "Healthy threshold"
8+
"title": "Healthy threshold",
9+
"type": "integer"
910
},
1011
"httpHealthChecks": {
1112
"$ref": "#/components/schemas/HttpHealthChecks"
@@ -33,7 +34,8 @@
3334
},
3435
"unhealthyThreshold": {
3536
"description": "Unhealthy threshold of the health checking",
36-
"title": "Unhealthy threshold"
37+
"title": "Unhealthy threshold",
38+
"type": "integer"
3739
}
3840
},
3941
"type": "object"
@@ -220,7 +222,8 @@
220222
"description": "The maximum number of load balancing servers in this project. Unlimited if set to -1.",
221223
"maximum": 999,
222224
"minimum": -1,
223-
"title": "Application Load Balancer quota"
225+
"title": "Application Load Balancer quota",
226+
"type": "integer"
224227
},
225228
"projectId": {
226229
"description": "Project identifier",
@@ -366,7 +369,8 @@
366369
"port": {
367370
"description": "Port number where we listen for traffic",
368371
"maximum": 65535,
369-
"minimum": 1
372+
"minimum": 1,
373+
"type": "integer"
370374
},
371375
"protocol": {
372376
"description": "Protocol is the highest network protocol we understand to load balance. Currently PROTOCOL_HTTP and PROTOCOL_HTTPS are supported.",
@@ -637,7 +641,8 @@
637641
},
638642
"maxConnections": {
639643
"description": "Maximum number of concurrent connections per application load balancer VM instance.",
640-
"title": "Application Load Balancer max supported connections"
644+
"title": "Application Load Balancer max supported connections",
645+
"type": "integer"
641646
},
642647
"name": {
643648
"description": "Service Plan Name",
@@ -693,7 +698,8 @@
693698
"properties": {
694699
"code": {
695700
"description": "The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].",
696-
"format": "int32"
701+
"format": "int32",
702+
"type": "integer"
697703
},
698704
"details": {
699705
"description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
@@ -740,7 +746,8 @@
740746
"description": "The number identifying the port where each target listens for traffic.",
741747
"example": 5732,
742748
"maximum": 65535,
743-
"minimum": 1
749+
"minimum": 1,
750+
"type": "integer"
744751
},
745752
"targets": {
746753
"description": "List of all targets which will be used in the pool. Limited to 250.",
@@ -871,7 +878,8 @@
871878
"description": "The number identifying the port where each target listens for traffic.",
872879
"example": 5732,
873880
"maximum": 65535,
874-
"minimum": 1
881+
"minimum": 1,
882+
"type": "integer"
875883
},
876884
"targets": {
877885
"description": "List of all targets which will be used in the pool. Limited to 250.",

0 commit comments

Comments
 (0)