Uses of Enum
io.envoyproxy.envoy.data.core.v3.HealthCheckFailureType
Packages that use HealthCheckFailureType
-
Uses of HealthCheckFailureType in io.envoyproxy.envoy.data.core.v3
Methods in io.envoyproxy.envoy.data.core.v3 that return HealthCheckFailureTypeModifier and TypeMethodDescriptionstatic HealthCheckFailureTypeHealthCheckFailureType.forNumber(int value) HealthCheckEjectUnhealthy.Builder.getFailureType()The type of failure that caused this ejection.HealthCheckEjectUnhealthy.getFailureType()The type of failure that caused this ejection.HealthCheckEjectUnhealthyOrBuilder.getFailureType()The type of failure that caused this ejection.HealthCheckFailure.Builder.getFailureType()The type of failure that caused this event.HealthCheckFailure.getFailureType()The type of failure that caused this event.HealthCheckFailureOrBuilder.getFailureType()The type of failure that caused this event.static HealthCheckFailureTypeHealthCheckFailureType.valueOf(int value) Deprecated.static HealthCheckFailureTypeHealthCheckFailureType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static HealthCheckFailureTypeReturns the enum constant of this type with the specified name.static HealthCheckFailureType[]HealthCheckFailureType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.data.core.v3 that return types with arguments of type HealthCheckFailureTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HealthCheckFailureType>HealthCheckFailureType.internalGetValueMap()Methods in io.envoyproxy.envoy.data.core.v3 with parameters of type HealthCheckFailureTypeModifier and TypeMethodDescriptionHealthCheckEjectUnhealthy.Builder.setFailureType(HealthCheckFailureType value) The type of failure that caused this ejection.HealthCheckFailure.Builder.setFailureType(HealthCheckFailureType value) The type of failure that caused this event.