Interface TcpProxy.WeightedClusterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TcpProxy.WeightedCluster, TcpProxy.WeightedCluster.Builder
Enclosing class:
TcpProxy

public static interface TcpProxy.WeightedClusterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getClustersList

       Specifies one or more upstream clusters associated with the route.
       
      repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
    • getClusters

       Specifies one or more upstream clusters associated with the route.
       
      repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
    • getClustersCount

      int getClustersCount()
       Specifies one or more upstream clusters associated with the route.
       
      repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
    • getClustersOrBuilderList

      List<? extends TcpProxy.WeightedCluster.ClusterWeightOrBuilder> getClustersOrBuilderList()
       Specifies one or more upstream clusters associated with the route.
       
      repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
    • getClustersOrBuilder

      TcpProxy.WeightedCluster.ClusterWeightOrBuilder getClustersOrBuilder(int index)
       Specifies one or more upstream clusters associated with the route.
       
      repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }