GetHealthCheckGrpcHealthCheck

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

Constructors

Link copied to clipboard
constructor(grpcServiceName: String, port: Int, portName: String, 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 portName and portSpecification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.

Link copied to clipboard

Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.

Link copied to clipboard

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