Home

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

Name Type One-of group Required Constraints
blackout_period google.protobuf.Duration  
enable_oob_load_report google.protobuf.BoolValue  
oob_reporting_period google.protobuf.Duration  
weight_expiration_period google.protobuf.Duration  
weight_update_period google.protobuf.Duration