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
"description": "Configuration options for Cluster HTTP Gateway.",
1457
+
"id": "GatewayConfig",
1458
+
"properties": {
1459
+
"http2Enabled": {
1460
+
"description": "Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to false.",
1461
+
"type": "boolean"
1462
+
}
1463
+
},
1464
+
"type": "object"
1465
+
},
1455
1466
"GceConfidentialInstanceConfig": {
1456
1467
"description": "A set of Compute Engine Confidential VM instance options.",
1457
1468
"id": "GceConfidentialInstanceConfig",
@@ -2368,6 +2379,10 @@
2368
2379
"description": "Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.",
2369
2380
"type": "string"
2370
2381
},
2382
+
"gatewayConfig": {
2383
+
"$ref": "GatewayConfig",
2384
+
"description": "Optional. Configuration options for Cluster HTTP Gateway."
"description": "Configuration options for Cluster HTTP Gateway.",
1383
+
"id": "GatewayConfig",
1384
+
"properties": {
1385
+
"http2Enabled": {
1386
+
"description": "Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to false.",
1387
+
"type": "boolean"
1388
+
}
1389
+
},
1390
+
"type": "object"
1391
+
},
1381
1392
"GceConfidentialInstanceConfig": {
1382
1393
"description": "A set of Compute Engine Confidential VM instance options.",
1383
1394
"id": "GceConfidentialInstanceConfig",
@@ -2300,6 +2311,10 @@
2300
2311
"description": "Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.",
2301
2312
"type": "string"
2302
2313
},
2314
+
"gatewayConfig": {
2315
+
"$ref": "GatewayConfig",
2316
+
"description": "Optional. Configuration options for Cluster HTTP Gateway."
0 commit comments