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
: TheportName
is used for 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, HTTP health check follows behavior specified inport
andportName
fields. Possible values are:USE_FIXED_PORT
,USE_NAMED_PORT
,USE_SERVING_PORT
.