Idem.GCP.COMPUTE.HEALTH_CHECK

Idem.GCP.COMPUTE.HEALTH_CHECK
Idem.GCP.COMPUTE.HEALTH_CHECK
JSON Example
{
    "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
}
string
account
Required

The name of the vRA cloud account to use during provisioning

integer
check_interval_sec
Optional

How often (in seconds) to send a health check. The default value is 5 seconds. Defaults to None.

integer
count
Optional

The number of resource instances to be created.

string
description
Optional

An optional description of this resource. Provide this property when you create the resource. Defaults to None.

object
grpc_health_check
Optional

Defaults to None.

string
health_check
Optional

Name of the HealthCheck resource to return.

integer
healthy_threshold
Optional

A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2. Defaults to None.

object
http2_health_check
Optional

Defaults to None.

object
http_health_check
Optional

Defaults to None.

object
https_health_check
Optional

Defaults to None.

object
log_config
Optional

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.

string
name
Required

An Idem name of the resource.

string
project
Optional

Project ID for this request.

string
request_id
Optional

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.

string
resource_id
Optional

An identifier of the resource in the provider. Defaults to None.

object
ssl_health_check
Optional

Defaults to None.

object
tcp_health_check
Optional

Defaults to None.

integer
timeout_sec
Optional

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.

string
type
Optional

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.

integer
unhealthy_threshold
Optional

A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2. Defaults to None.