File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
services/load-balancer/v2 Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 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" : {
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"
You can’t perform that action at this time.
0 commit comments