|
189 | 189 | "properties": { |
190 | 190 | "maxLoadBalancers": { |
191 | 191 | "description": "The maximum number of load balancing servers in this project. Unlimited if set to -1.", |
| 192 | + "format": "int32", |
192 | 193 | "maximum": 999, |
193 | 194 | "minimum": -1, |
194 | 195 | "title": "Load Balancer quota", |
|
281 | 282 | }, |
282 | 283 | "port": { |
283 | 284 | "description": "Port number where we listen for traffic", |
| 285 | + "format": "int32", |
284 | 286 | "maximum": 65535, |
285 | 287 | "minimum": 1, |
286 | 288 | "type": "integer" |
|
555 | 557 | }, |
556 | 558 | "maxConnections": { |
557 | 559 | "description": "Maximum number of concurrent connections per load balancer VM instance.", |
| 560 | + "format": "int32", |
558 | 561 | "title": "Load Balancer max supported connections", |
559 | 562 | "type": "integer" |
560 | 563 | }, |
|
646 | 649 | "targetPort": { |
647 | 650 | "description": "The number identifying the port where each target listens for traffic.", |
648 | 651 | "example": 5732, |
| 652 | + "format": "int32", |
649 | 653 | "maximum": 65535, |
650 | 654 | "minimum": 1, |
651 | 655 | "type": "integer" |
|
781 | 785 | "targetPort": { |
782 | 786 | "description": "The number identifying the port where each target listens for traffic.", |
783 | 787 | "example": 5732, |
| 788 | + "format": "int32", |
784 | 789 | "maximum": 65535, |
785 | 790 | "minimum": 1, |
786 | 791 | "type": "integer" |
|
823 | 828 | "description": "One or more fields are invalid." |
824 | 829 | }, |
825 | 830 | "401": { |
| 831 | + "content": { |
| 832 | + "text/plain": { |
| 833 | + "schema": { |
| 834 | + "type": "string" |
| 835 | + } |
| 836 | + } |
| 837 | + }, |
826 | 838 | "description": "Unauthorized" |
827 | 839 | }, |
828 | 840 | "403": { |
|
875 | 887 | "description": "One or more fields are invalid." |
876 | 888 | }, |
877 | 889 | "401": { |
| 890 | + "content": { |
| 891 | + "text/plain": { |
| 892 | + "schema": { |
| 893 | + "type": "string" |
| 894 | + } |
| 895 | + } |
| 896 | + }, |
878 | 897 | "description": "Unauthorized" |
879 | 898 | }, |
880 | 899 | "403": { |
|
925 | 944 | "description": "One or more fields are invalid." |
926 | 945 | }, |
927 | 946 | "401": { |
| 947 | + "content": { |
| 948 | + "text/plain": { |
| 949 | + "schema": { |
| 950 | + "type": "string" |
| 951 | + } |
| 952 | + } |
| 953 | + }, |
928 | 954 | "description": "Unauthorized" |
929 | 955 | }, |
930 | 956 | "403": { |
|
985 | 1011 | "description": "One or more fields are invalid." |
986 | 1012 | }, |
987 | 1013 | "401": { |
| 1014 | + "content": { |
| 1015 | + "text/plain": { |
| 1016 | + "schema": { |
| 1017 | + "type": "string" |
| 1018 | + } |
| 1019 | + } |
| 1020 | + }, |
988 | 1021 | "description": "Unauthorized" |
989 | 1022 | }, |
990 | 1023 | "403": { |
|
1033 | 1066 | "description": "OK" |
1034 | 1067 | }, |
1035 | 1068 | "401": { |
| 1069 | + "content": { |
| 1070 | + "text/plain": { |
| 1071 | + "schema": { |
| 1072 | + "type": "string" |
| 1073 | + } |
| 1074 | + } |
| 1075 | + }, |
1036 | 1076 | "description": "Unauthorized" |
1037 | 1077 | }, |
1038 | 1078 | "403": { |
|
1102 | 1142 | "description": "One or more fields are invalid." |
1103 | 1143 | }, |
1104 | 1144 | "401": { |
| 1145 | + "content": { |
| 1146 | + "text/plain": { |
| 1147 | + "schema": { |
| 1148 | + "type": "string" |
| 1149 | + } |
| 1150 | + } |
| 1151 | + }, |
1105 | 1152 | "description": "Unauthorized" |
1106 | 1153 | }, |
1107 | 1154 | "403": { |
|
1161 | 1208 | "description": "One or more fields are invalid." |
1162 | 1209 | }, |
1163 | 1210 | "401": { |
| 1211 | + "content": { |
| 1212 | + "text/plain": { |
| 1213 | + "schema": { |
| 1214 | + "type": "string" |
| 1215 | + } |
| 1216 | + } |
| 1217 | + }, |
1164 | 1218 | "description": "Unauthorized" |
1165 | 1219 | }, |
1166 | 1220 | "403": { |
|
1218 | 1272 | "description": "One or more fields are invalid." |
1219 | 1273 | }, |
1220 | 1274 | "401": { |
| 1275 | + "content": { |
| 1276 | + "text/plain": { |
| 1277 | + "schema": { |
| 1278 | + "type": "string" |
| 1279 | + } |
| 1280 | + } |
| 1281 | + }, |
1221 | 1282 | "description": "Unauthorized" |
1222 | 1283 | }, |
1223 | 1284 | "403": { |
|
1288 | 1349 | "description": "One or more fields are invalid." |
1289 | 1350 | }, |
1290 | 1351 | "401": { |
| 1352 | + "content": { |
| 1353 | + "text/plain": { |
| 1354 | + "schema": { |
| 1355 | + "type": "string" |
| 1356 | + } |
| 1357 | + } |
| 1358 | + }, |
1291 | 1359 | "description": "Unauthorized" |
1292 | 1360 | }, |
1293 | 1361 | "403": { |
|
1342 | 1410 | "description": "One or more fields are invalid." |
1343 | 1411 | }, |
1344 | 1412 | "401": { |
| 1413 | + "content": { |
| 1414 | + "text/plain": { |
| 1415 | + "schema": { |
| 1416 | + "type": "string" |
| 1417 | + } |
| 1418 | + } |
| 1419 | + }, |
1345 | 1420 | "description": "Unauthorized" |
1346 | 1421 | }, |
1347 | 1422 | "403": { |
|
1411 | 1486 | "description": "One or more fields are invalid." |
1412 | 1487 | }, |
1413 | 1488 | "401": { |
| 1489 | + "content": { |
| 1490 | + "text/plain": { |
| 1491 | + "schema": { |
| 1492 | + "type": "string" |
| 1493 | + } |
| 1494 | + } |
| 1495 | + }, |
1414 | 1496 | "description": "Unauthorized" |
1415 | 1497 | }, |
1416 | 1498 | "403": { |
|
1473 | 1555 | "description": "One or more fields are invalid." |
1474 | 1556 | }, |
1475 | 1557 | "401": { |
| 1558 | + "content": { |
| 1559 | + "text/plain": { |
| 1560 | + "schema": { |
| 1561 | + "type": "string" |
| 1562 | + } |
| 1563 | + } |
| 1564 | + }, |
1476 | 1565 | "description": "Unauthorized" |
1477 | 1566 | }, |
1478 | 1567 | "403": { |
|
1530 | 1619 | "description": "One or more fields are invalid." |
1531 | 1620 | }, |
1532 | 1621 | "401": { |
| 1622 | + "content": { |
| 1623 | + "text/plain": { |
| 1624 | + "schema": { |
| 1625 | + "type": "string" |
| 1626 | + } |
| 1627 | + } |
| 1628 | + }, |
1533 | 1629 | "description": "Unauthorized" |
1534 | 1630 | }, |
1535 | 1631 | "403": { |
|
1600 | 1696 | "description": "One or more fields are invalid." |
1601 | 1697 | }, |
1602 | 1698 | "401": { |
| 1699 | + "content": { |
| 1700 | + "text/plain": { |
| 1701 | + "schema": { |
| 1702 | + "type": "string" |
| 1703 | + } |
| 1704 | + } |
| 1705 | + }, |
1603 | 1706 | "description": "Unauthorized" |
1604 | 1707 | }, |
1605 | 1708 | "403": { |
|
1680 | 1783 | "description": "One or more fields are invalid." |
1681 | 1784 | }, |
1682 | 1785 | "401": { |
| 1786 | + "content": { |
| 1787 | + "text/plain": { |
| 1788 | + "schema": { |
| 1789 | + "type": "string" |
| 1790 | + } |
| 1791 | + } |
| 1792 | + }, |
1683 | 1793 | "description": "Unauthorized" |
1684 | 1794 | }, |
1685 | 1795 | "403": { |
|
1731 | 1841 | "description": "One or more fields are invalid." |
1732 | 1842 | }, |
1733 | 1843 | "401": { |
| 1844 | + "content": { |
| 1845 | + "text/plain": { |
| 1846 | + "schema": { |
| 1847 | + "type": "string" |
| 1848 | + } |
| 1849 | + } |
| 1850 | + }, |
1734 | 1851 | "description": "Unauthorized" |
1735 | 1852 | }, |
1736 | 1853 | "403": { |
|
0 commit comments