public interface ClusterConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusters(int index)
Load balancing clusters in aggregate cluster.
|
com.google.protobuf.ByteString |
getClustersBytes(int index)
Load balancing clusters in aggregate cluster.
|
int |
getClustersCount()
Load balancing clusters in aggregate cluster.
|
List<String> |
getClustersList()
Load balancing clusters in aggregate cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getClustersList()
Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they appear in this list.
repeated string clusters = 1 [(.validate.rules) = { ... }int getClustersCount()
Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they appear in this list.
repeated string clusters = 1 [(.validate.rules) = { ... }String getClusters(int index)
Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they appear in this list.
repeated string clusters = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getClustersBytes(int index)
Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they appear in this list.
repeated string clusters = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.