Health Check Tcp Health Check Args
data class HealthCheckTcpHealthCheckArgs(val port: Output<Int>? = null, val portName: Output<String>? = null, val portSpecification: Output<String>? = null, val proxyHeader: Output<String>? = null, val request: Output<String>? = null, val response: Output<String>? = null) : ConvertibleToJava<HealthCheckTcpHealthCheckArgs>
Constructors
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 is NONE
. Possible values are: NONE
, PROXY_V1
.
Link copied to clipboard