View Source Envoy.Extensions.LoadBalancingPolicies.ClientSideWeightedRoundRobin.V3.ClientSideWeightedRoundRobin (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() ::
  %Envoy.Extensions.LoadBalancingPolicies.ClientSideWeightedRoundRobin.V3.ClientSideWeightedRoundRobin{
    __unknown_fields__: [
      {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
       value :: term()}
    ],
    blackout_period: Google.Protobuf.Duration.t() | nil,
    enable_oob_load_report: Google.Protobuf.BoolValue.t() | nil,
    error_utilization_penalty: Google.Protobuf.FloatValue.t() | nil,
    oob_reporting_period: Google.Protobuf.Duration.t() | nil,
    weight_expiration_period: Google.Protobuf.Duration.t() | nil,
    weight_update_period: Google.Protobuf.Duration.t() | nil
  }