public enum HealthCheck.Type extends Enum<HealthCheck.Type> implements ProtocolMessageEnumSpecifies 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 matchtype field.
Protobuf enum google.cloud.compute.v1.HealthCheck.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
GRPC |
|
GRPC_VALUE |
|
GRPC_WITH_TLS |
|
GRPC_WITH_TLS_VALUE |
|
HTTP |
|
HTTP2 |
|
HTTP2_VALUE |
|
HTTPS |
|
HTTPS_VALUE |
|
HTTP_VALUE |
|
INVALID |
|
INVALID_VALUE |
|
SSL |
|
SSL_VALUE |
|
TCP |
|
TCP_VALUE |
|
UNDEFINED_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|