GetHealthCheckGrpcTlsHealthCheck

data class GetHealthCheckGrpcTlsHealthCheck(val grpcServiceName: String, val port: Int, val portSpecification: String)

Constructors

Link copied to clipboard
constructor(grpcServiceName: String, port: Int, portSpecification: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The gRPC service name for the health check. The value of grpcServiceName has the following meanings by convention:

Link copied to clipboard
val port: Int

The port number for the health check request. Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.

Link copied to clipboard

Specifies how port is selected for health checking, can be one of the following values: