port Specification
Parameters
value
Specifies how port is selected for health checking, can be one of the following values:
USE_FIXED_PORT
: The port number inport
is used for health checking.USE_NAMED_PORT
: Not supported for GRPC with TLS health checking.USE_SERVING_PORT
: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, gRPC health check follows behavior specified in theport
field. Possible values are:USE_FIXED_PORT
,USE_NAMED_PORT
,USE_SERVING_PORT
.