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, SSL 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 document details the `PortSpecification` enum within the `Google.Cloud.Compute.V1` namespace, used for configuring SSL health checks in Google Cloud."],["The `PortSpecification` enum offers options for defining how a port is selected for health checks, including `USE_FIXED_PORT`, `USE_NAMED_PORT`, and `USE_SERVING_PORT`."],["The latest version of the `Google.Cloud.Compute.V1` package covered in this documentation is 3.6.0, and older versions dating back to version 1.0.0 are also referenced."],["The documentation provides a field summary table outlining the name and description for each enum field, with an extra entry for `UndefinedPortSpecification` when the value is unset."],["Each version, from 1.0.0 to 3.6.0, has a distinct page covering `PortSpecification` in the `Google.Cloud.Compute.V1.SSLHealthCheck.Types` namespace."]]],[]]