Skip to content

Commit c8a513d

Browse files
OAS Update
1 parent 1954576 commit c8a513d

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

services/load-balancer/v2/load-balancer.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,20 @@
231231
},
232232
"GetQuotaResponse": {
233233
"properties": {
234+
"maxCredentials": {
235+
"description": "The maximum number of observability credentials that can be stored in this project.",
236+
"format": "int32",
237+
"maximum": 999,
238+
"minimum": -1,
239+
"title": "Observability credentials max quota",
240+
"type": "integer"
241+
},
234242
"maxLoadBalancers": {
235243
"description": "The maximum number of load balancing servers in this project. Unlimited if set to -1.",
236244
"format": "int32",
237245
"maximum": 1000000,
238246
"minimum": -1,
239-
"title": "Load Balancer quota",
247+
"title": "Load Balancer max quota",
240248
"type": "integer"
241249
},
242250
"projectId": {
@@ -254,6 +262,22 @@
254262
"pattern": "^[a-z]{2,4}[0-9]{2}$",
255263
"readOnly": true,
256264
"type": "string"
265+
},
266+
"usedCredentials": {
267+
"description": "The number of observability credentials that are currently existing in this project.",
268+
"format": "int32",
269+
"maximum": 1000000,
270+
"minimum": -1,
271+
"title": "Observability credentials used quota",
272+
"type": "integer"
273+
},
274+
"usedLoadBalancers": {
275+
"description": "The number of load balancing servers that are currently existing in this project.",
276+
"format": "int32",
277+
"maximum": 1000000,
278+
"minimum": -1,
279+
"title": "Load Balancer used quota",
280+
"type": "integer"
257281
}
258282
},
259283
"type": "object"

0 commit comments

Comments
 (0)