Health Check Http2Health Check Args
data class HealthCheckHttp2HealthCheckArgs(val host: Output<String>? = null, val port: Output<Int>? = null, val portName: Output<String>? = null, val portSpecification: Output<String>? = null, val proxyHeader: Output<String>? = null, val requestPath: Output<String>? = null, val response: Output<String>? = null) : ConvertibleToJava<HealthCheckHttp2HealthCheckArgs>
Properties
Link copied to clipboard
Specifies how port is selected for health checking, can be one of the following values:
Link copied to clipboard
Specifies the type of proxy header to append before sending data to the backend. Default value: "NONE" Possible values: "NONE", "PROXY_V1"
Link copied to clipboard
The request path of the HTTP2 health check request. The default value is /.