Uses of Enum
io.envoyproxy.envoy.data.cluster.v3.OutlierEjectionType
Packages that use OutlierEjectionType
-
Uses of OutlierEjectionType in io.envoyproxy.envoy.data.cluster.v3
Methods in io.envoyproxy.envoy.data.cluster.v3 that return OutlierEjectionTypeModifier and TypeMethodDescriptionstatic OutlierEjectionTypeOutlierEjectionType.forNumber(int value) OutlierDetectionEvent.Builder.getType()In case of eject represents type of ejection that took place.OutlierDetectionEvent.getType()In case of eject represents type of ejection that took place.OutlierDetectionEventOrBuilder.getType()In case of eject represents type of ejection that took place.static OutlierEjectionTypeOutlierEjectionType.valueOf(int value) Deprecated.static OutlierEjectionTypeOutlierEjectionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OutlierEjectionTypeReturns the enum constant of this type with the specified name.static OutlierEjectionType[]OutlierEjectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.data.cluster.v3 that return types with arguments of type OutlierEjectionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OutlierEjectionType>OutlierEjectionType.internalGetValueMap()Methods in io.envoyproxy.envoy.data.cluster.v3 with parameters of type OutlierEjectionTypeModifier and TypeMethodDescriptionOutlierDetectionEvent.Builder.setType(OutlierEjectionType value) In case of eject represents type of ejection that took place.