public static interface Cluster.CommonLbConfig.ZoneAwareLbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFailTrafficOnPanic()
If set to true, Envoy will not consider any hosts when the cluster is in :ref:`panic
mode<arch_overview_load_balancing_panic_threshold>`.
|
com.google.protobuf.UInt64Value |
getMinClusterSize()
Configures minimum upstream cluster size required for zone aware routing
If upstream cluster size is less than specified, zone aware routing is not performed
even if zone aware routing is configured.
|
com.google.protobuf.UInt64ValueOrBuilder |
getMinClusterSizeOrBuilder()
Configures minimum upstream cluster size required for zone aware routing
If upstream cluster size is less than specified, zone aware routing is not performed
even if zone aware routing is configured.
|
Percent |
getRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing
if zone aware routing is configured.
|
PercentOrBuilder |
getRoutingEnabledOrBuilder()
Configures percentage of requests that will be considered for zone aware routing
if zone aware routing is configured.
|
boolean |
hasMinClusterSize()
Configures minimum upstream cluster size required for zone aware routing
If upstream cluster size is less than specified, zone aware routing is not performed
even if zone aware routing is configured.
|
boolean |
hasRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing
if zone aware routing is configured.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured. If not specified, the default is 100%. * :ref:`runtime values <config_cluster_manager_cluster_runtime_zone_routing>`. * :ref:`Zone aware routing support <arch_overview_load_balancing_zone_aware_routing>`.
.envoy.type.Percent routing_enabled = 1;Percent getRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured. If not specified, the default is 100%. * :ref:`runtime values <config_cluster_manager_cluster_runtime_zone_routing>`. * :ref:`Zone aware routing support <arch_overview_load_balancing_zone_aware_routing>`.
.envoy.type.Percent routing_enabled = 1;PercentOrBuilder getRoutingEnabledOrBuilder()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured. If not specified, the default is 100%. * :ref:`runtime values <config_cluster_manager_cluster_runtime_zone_routing>`. * :ref:`Zone aware routing support <arch_overview_load_balancing_zone_aware_routing>`.
.envoy.type.Percent routing_enabled = 1;boolean hasMinClusterSize()
Configures minimum upstream cluster size required for zone aware routing If upstream cluster size is less than specified, zone aware routing is not performed even if zone aware routing is configured. If not specified, the default is 6. * :ref:`runtime values <config_cluster_manager_cluster_runtime_zone_routing>`. * :ref:`Zone aware routing support <arch_overview_load_balancing_zone_aware_routing>`.
.google.protobuf.UInt64Value min_cluster_size = 2;com.google.protobuf.UInt64Value getMinClusterSize()
Configures minimum upstream cluster size required for zone aware routing If upstream cluster size is less than specified, zone aware routing is not performed even if zone aware routing is configured. If not specified, the default is 6. * :ref:`runtime values <config_cluster_manager_cluster_runtime_zone_routing>`. * :ref:`Zone aware routing support <arch_overview_load_balancing_zone_aware_routing>`.
.google.protobuf.UInt64Value min_cluster_size = 2;com.google.protobuf.UInt64ValueOrBuilder getMinClusterSizeOrBuilder()
Configures minimum upstream cluster size required for zone aware routing If upstream cluster size is less than specified, zone aware routing is not performed even if zone aware routing is configured. If not specified, the default is 6. * :ref:`runtime values <config_cluster_manager_cluster_runtime_zone_routing>`. * :ref:`Zone aware routing support <arch_overview_load_balancing_zone_aware_routing>`.
.google.protobuf.UInt64Value min_cluster_size = 2;boolean getFailTrafficOnPanic()
If set to true, Envoy will not consider any hosts when the cluster is in :ref:`panic mode<arch_overview_load_balancing_panic_threshold>`. Instead, the cluster will fail all requests as if all hosts are unhealthy. This can help avoid potentially overwhelming a failing service.
bool fail_traffic_on_panic = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.