Idem.GCP.COMPUTE.HEALTH_CHECK
{
"account": "string",
"check_interval_sec": 0,
"count": 0,
"description": "string",
"grpc_health_check": {
"grpc_service_name": "string",
"port": 0,
"port_name": "string",
"port_specification": "string"
},
"health_check": "string",
"healthy_threshold": 0,
"http2_health_check": {
"host": "string",
"port": 0,
"port_name": "string",
"port_specification": "string",
"proxy_header": "string",
"request_path": "string",
"response": "string"
},
"http_health_check": {
"host": "string",
"port": 0,
"port_name": "string",
"port_specification": "string",
"proxy_header": "string",
"request_path": "string",
"response": "string"
},
"https_health_check": {
"host": "string",
"port": 0,
"port_name": "string",
"port_specification": "string",
"proxy_header": "string",
"request_path": "string",
"response": "string"
},
"log_config": {
"enable": false
},
"name": "string",
"project": "string",
"request_id": "string",
"resource_id": "string",
"ssl_health_check": {
"port": 0,
"port_name": "string",
"port_specification": "string",
"proxy_header": "string",
"request": "string",
"response": "string"
},
"tcp_health_check": {
"port": 0,
"port_name": "string",
"port_specification": "string",
"proxy_header": "string",
"request": "string",
"response": "string"
},
"timeout_sec": 0,
"type": "string",
"unhealthy_threshold": 0
}
The name of the vRA cloud account to use during provisioning
How often (in seconds) to send a health check. The default value is 5 seconds. Defaults to None.
The number of resource instances to be created.
An optional description of this resource. Provide this property when you create the resource. Defaults to None.
Defaults to None.
Name of the HealthCheck resource to return.
A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2. Defaults to None.
Defaults to None.
Defaults to None.
Defaults to None.
Configure logging on this health check. HealthCheckLogConfig: Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver. Defaults to None.
An Idem name of the resource.
Project ID for this request.
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). Defaults to None.
An identifier of the resource in the provider. Defaults to None.
Defaults to None.
Defaults to None.
How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec. Defaults to None.
Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or GRPC. Exactly one of the protocol-specific health check fields must be specified, which must match type field. Enum type. Allowed values: "GRPC" "HTTP" "HTTP2" "HTTPS" "INVALID" "SSL" "TCP". Defaults to None.
A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2. Defaults to None.