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, HTTP2 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-03-24 UTC."],[[["This page details the `PortSpecification` enum within the `Google.Cloud.Compute.V1` namespace, used for configuring port selection in HTTP2 health checks."],["The latest version of the library available is 3.6.0, with a full history of versions from 1.0.0 to present, each linking to the relevant documentation."],["There are three distinct `PortSpecification` options: `UseFixedPort`, which relies on a specified port number; `UseNamedPort`, which uses a defined port name; and `UseServingPort`, which utilizes the port set for each network endpoint in a `NetworkEndpointGroup` or the backend service."],["The `UndefinedPortSpecification` field denotes when a enum field is not set."]]],[]]