Package io.envoyproxy.envoy.data.core.v3
Interface HealthCheckEjectUnhealthyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckEjectUnhealthy,HealthCheckEjectUnhealthy.Builder
public interface HealthCheckEjectUnhealthyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthCheckFailureTypegetFailureType()The type of failure that caused this ejection.intgetFailureTypeValue()The type of failure that caused this ejection.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFailureTypeValue
int getFailureTypeValue()
The type of failure that caused this ejection.
.envoy.data.core.v3.HealthCheckFailureType failure_type = 1 [(.validate.rules) = { ... }- Returns:
- The enum numeric value on the wire for failureType.
-
getFailureType
HealthCheckFailureType getFailureType()
The type of failure that caused this ejection.
.envoy.data.core.v3.HealthCheckFailureType failure_type = 1 [(.validate.rules) = { ... }- Returns:
- The failureType.
-
-