envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3.ClientSideWeightedRoundRobin
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.load_balancing_policies.client_side_weighted_round_robin.v3.ClientSideWeightedRoundRobin
.withBlackoutPeriod(types.google.protobuf.Duration)
.withEnableOobLoadReport(false)
.withOobReportingPeriod(types.google.protobuf.Duration)
.withWeightExpirationPeriod(types.google.protobuf.Duration)
.withWeightUpdatePeriod(types.google.protobuf.Duration)
._validate()
Fields