Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName 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 in port and portName fields.
A value indicating that the enum field is not set.
UseFixedPort
The port number in port is used for health checking.
UseNamedPort
The portName is used for health checking.
UseServingPort
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.HTTPHealthCheck.Types.PortSpecification` is 3.6.0, with a comprehensive list of historical versions available, dating back to 1.0.0."],["The `PortSpecification` enum defines how a port is selected for health checks, offering options like `USE_FIXED_PORT`, `USE_NAMED_PORT`, and `USE_SERVING_PORT`."],["`USE_FIXED_PORT` uses the specified port number directly, `USE_NAMED_PORT` utilizes a named port, and `USE_SERVING_PORT` employs the port defined for each network endpoint or in the Backend Service."],["The `UndefinedPortSpecification` field indicates when the enum value is not set."],["The namespace for the documentation is `Google.Cloud.Compute.V1` and it can be found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]