Class WeightedBackends

java.lang.Object
com.ngrok.services.WeightedBackends

public class WeightedBackends extends Object
A Weighted Backend balances traffic among the referenced backends. Traffic is assigned proportionally to each based on its weight. The percentage of traffic is calculated by dividing a backend's weight by the sum of all weights. See also https://ngrok.com/docs/api#api-weighted-backends.