Interface OutlierEjectFailurePercentageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OutlierEjectFailurePercentage,OutlierEjectFailurePercentage.Builder
public interface OutlierEjectFailurePercentageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintHost's success rate at the time of the ejection event on a 0-100 range.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
-
getHostSuccessRate
int getHostSuccessRate()Host's success rate at the time of the ejection event on a 0-100 range.
uint32 host_success_rate = 1 [(.validate.rules) = { ... }- Returns:
- The hostSuccessRate.
-