Enum HealthCheck.Type (1.21.0)

public enum HealthCheck.Type extends Enum<HealthCheck.Type> implements ProtocolMessageEnum

Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or GRPC. Exactly one of the protocol-specific health check fields must be specified, which must match type field.

Protobuf enum google.cloud.compute.v1.HealthCheck.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GRPC

GRPC = 2196510;

GRPC_VALUE

GRPC = 2196510;

HTTP

HTTP = 2228360;

HTTP2

HTTP2 = 69079210;

HTTP2_VALUE

HTTP2 = 69079210;

HTTPS

HTTPS = 69079243;

HTTPS_VALUE

HTTPS = 69079243;

HTTP_VALUE

HTTP = 2228360;

INVALID

INVALID = 530283991;

INVALID_VALUE

INVALID = 530283991;

SSL

SSL = 82412;

SSL_VALUE

SSL = 82412;

TCP

TCP = 82881;

TCP_VALUE

TCP = 82881;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()