public static interface Listener.ConnectionBalanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Listener.ConnectionBalanceConfig.BalanceTypeCase |
getBalanceTypeCase() |
Listener.ConnectionBalanceConfig.ExactBalance |
getExactBalance()
If specified, the listener will use the exact connection balancer.
|
Listener.ConnectionBalanceConfig.ExactBalanceOrBuilder |
getExactBalanceOrBuilder()
If specified, the listener will use the exact connection balancer.
|
boolean |
hasExactBalance()
If specified, the listener will use the exact connection balancer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExactBalance()
If specified, the listener will use the exact connection balancer.
.envoy.config.listener.v3.Listener.ConnectionBalanceConfig.ExactBalance exact_balance = 1;Listener.ConnectionBalanceConfig.ExactBalance getExactBalance()
If specified, the listener will use the exact connection balancer.
.envoy.config.listener.v3.Listener.ConnectionBalanceConfig.ExactBalance exact_balance = 1;Listener.ConnectionBalanceConfig.ExactBalanceOrBuilder getExactBalanceOrBuilder()
If specified, the listener will use the exact connection balancer.
.envoy.config.listener.v3.Listener.ConnectionBalanceConfig.ExactBalance exact_balance = 1;Listener.ConnectionBalanceConfig.BalanceTypeCase getBalanceTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.