|
5 | 5 | "properties": { |
6 | 6 | "healthyThreshold": { |
7 | 7 | "description": "Healthy threshold of the health checking", |
8 | | - "title": "Healthy threshold" |
| 8 | + "title": "Healthy threshold", |
| 9 | + "type": "integer" |
9 | 10 | }, |
10 | 11 | "httpHealthChecks": { |
11 | 12 | "$ref": "#/components/schemas/HttpHealthChecks" |
|
33 | 34 | }, |
34 | 35 | "unhealthyThreshold": { |
35 | 36 | "description": "Unhealthy threshold of the health checking", |
36 | | - "title": "Unhealthy threshold" |
| 37 | + "title": "Unhealthy threshold", |
| 38 | + "type": "integer" |
37 | 39 | } |
38 | 40 | }, |
39 | 41 | "type": "object" |
|
220 | 222 | "description": "The maximum number of load balancing servers in this project. Unlimited if set to -1.", |
221 | 223 | "maximum": 999, |
222 | 224 | "minimum": -1, |
223 | | - "title": "Application Load Balancer quota" |
| 225 | + "title": "Application Load Balancer quota", |
| 226 | + "type": "integer" |
224 | 227 | }, |
225 | 228 | "projectId": { |
226 | 229 | "description": "Project identifier", |
|
366 | 369 | "port": { |
367 | 370 | "description": "Port number where we listen for traffic", |
368 | 371 | "maximum": 65535, |
369 | | - "minimum": 1 |
| 372 | + "minimum": 1, |
| 373 | + "type": "integer" |
370 | 374 | }, |
371 | 375 | "protocol": { |
372 | 376 | "description": "Protocol is the highest network protocol we understand to load balance. Currently PROTOCOL_HTTP and PROTOCOL_HTTPS are supported.", |
|
637 | 641 | }, |
638 | 642 | "maxConnections": { |
639 | 643 | "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" |
641 | 646 | }, |
642 | 647 | "name": { |
643 | 648 | "description": "Service Plan Name", |
|
693 | 698 | "properties": { |
694 | 699 | "code": { |
695 | 700 | "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" |
697 | 703 | }, |
698 | 704 | "details": { |
699 | 705 | "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", |
|
740 | 746 | "description": "The number identifying the port where each target listens for traffic.", |
741 | 747 | "example": 5732, |
742 | 748 | "maximum": 65535, |
743 | | - "minimum": 1 |
| 749 | + "minimum": 1, |
| 750 | + "type": "integer" |
744 | 751 | }, |
745 | 752 | "targets": { |
746 | 753 | "description": "List of all targets which will be used in the pool. Limited to 250.", |
|
871 | 878 | "description": "The number identifying the port where each target listens for traffic.", |
872 | 879 | "example": 5732, |
873 | 880 | "maximum": 65535, |
874 | | - "minimum": 1 |
| 881 | + "minimum": 1, |
| 882 | + "type": "integer" |
875 | 883 | }, |
876 | 884 | "targets": { |
877 | 885 | "description": "List of all targets which will be used in the pool. Limited to 250.", |
|
0 commit comments