Uses of Class
io.envoyproxy.envoy.data.cluster.v2alpha.OutlierEjectionType
-
Packages that use OutlierEjectionType Package Description io.envoyproxy.envoy.data.cluster.v2alpha -
-
Uses of OutlierEjectionType in io.envoyproxy.envoy.data.cluster.v2alpha
Methods in io.envoyproxy.envoy.data.cluster.v2alpha that return OutlierEjectionType Modifier and Type Method Description static OutlierEjectionTypeOutlierEjectionType. forNumber(int value)OutlierEjectionTypeOutlierDetectionEvent.Builder. getType()In case of eject represents type of ejection that took place.OutlierEjectionTypeOutlierDetectionEvent. getType()In case of eject represents type of ejection that took place.OutlierEjectionTypeOutlierDetectionEventOrBuilder. 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 OutlierEjectionTypeOutlierEjectionType. valueOf(String name)Returns 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.v2alpha that return types with arguments of type OutlierEjectionType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OutlierEjectionType>OutlierEjectionType. internalGetValueMap()Methods in io.envoyproxy.envoy.data.cluster.v2alpha with parameters of type OutlierEjectionType Modifier and Type Method Description OutlierDetectionEvent.BuilderOutlierDetectionEvent.Builder. setType(OutlierEjectionType value)In case of eject represents type of ejection that took place.
-