HTTPHealth Check Weight Report Mode
enum HTTPHealthCheckWeightReportMode : Enum<HTTPHealthCheckWeightReportMode> , ConvertibleToJava<HTTPHealthCheckWeightReportMode>
Weight report mode. used for weighted Load Balancing.
Entries
Link copied to clipboard
Health Checker will try to parse and report the weight in the header field, and load balancing will be based on the weights as long as all backends have a valid weight or only a subset of backends has the UNAVAILABLE_WEIGHT WeightError. The latter case is to continue the weighted load balancing while some backends are in TIMEOUT or UNKNOWN health status.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.