Module: Google::Cloud::Compute::V1::TCPHealthCheck::PortSpecification

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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, TCP health check follows behavior specified in port and portName fields.

Constant Summary collapse

UNDEFINED_PORT_SPECIFICATION =

A value indicating that the enum field is not set.

0
USE_FIXED_PORT =

The port number in port is used for health checking.

190235748
USE_NAMED_PORT =

The portName is used for health checking.

349300671
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.

362637516