public static enum SSLHealthCheck.PortSpecification extends Enum<SSLHealthCheck.PortSpecification> implements com.google.protobuf.ProtocolMessageEnum
Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.Protobuf enum
google.cloud.compute.v1.SSLHealthCheck.PortSpecification| Enum Constant and Description |
|---|
UNDEFINED_PORT_SPECIFICATION
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
USE_FIXED_PORT
The port number in the health check's port is used for health checking.
|
USE_NAMED_PORT
Not supported.
|
USE_SERVING_PORT
For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
UNDEFINED_PORT_SPECIFICATION_VALUE
A value indicating that the enum field is not set.
|
static int |
USE_FIXED_PORT_VALUE
The port number in the health check's port is used for health checking.
|
static int |
USE_NAMED_PORT_VALUE
Not supported.
|
static int |
USE_SERVING_PORT_VALUE
For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
static SSLHealthCheck.PortSpecification |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SSLHealthCheck.PortSpecification> |
internalGetValueMap() |
static SSLHealthCheck.PortSpecification |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SSLHealthCheck.PortSpecification |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SSLHealthCheck.PortSpecification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLHealthCheck.PortSpecification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSLHealthCheck.PortSpecification UNDEFINED_PORT_SPECIFICATION
A value indicating that the enum field is not set.
UNDEFINED_PORT_SPECIFICATION = 0;public static final SSLHealthCheck.PortSpecification USE_FIXED_PORT
The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
USE_FIXED_PORT = 190235748;public static final SSLHealthCheck.PortSpecification USE_NAMED_PORT
Not supported.
USE_NAMED_PORT = 349300671;public static final SSLHealthCheck.PortSpecification USE_SERVING_PORT
For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
USE_SERVING_PORT = 362637516;public static final SSLHealthCheck.PortSpecification UNRECOGNIZED
public static final int UNDEFINED_PORT_SPECIFICATION_VALUE
A value indicating that the enum field is not set.
UNDEFINED_PORT_SPECIFICATION = 0;public static final int USE_FIXED_PORT_VALUE
The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
USE_FIXED_PORT = 190235748;public static final int USE_NAMED_PORT_VALUE
Not supported.
USE_NAMED_PORT = 349300671;public static final int USE_SERVING_PORT_VALUE
For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
USE_SERVING_PORT = 362637516;public static SSLHealthCheck.PortSpecification[] values()
for (SSLHealthCheck.PortSpecification c : SSLHealthCheck.PortSpecification.values()) System.out.println(c);
public static SSLHealthCheck.PortSpecification valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SSLHealthCheck.PortSpecification valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SSLHealthCheck.PortSpecification forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SSLHealthCheck.PortSpecification> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SSLHealthCheck.PortSpecification valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.