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
Modifier and TypeMethodDescriptionThe type of failure that caused this ejection.intThe type of failure that caused this ejection.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-