Interface ClustersConfigDumpOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClustersConfigDump, ClustersConfigDump.Builder

@Generated public interface ClustersConfigDumpOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getVersionInfo

      String getVersionInfo()
      This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` in the
      last processed CDS discovery response. If there are only static bootstrap clusters, this field
      will be "".
      
      string version_info = 1;
      Returns:
      The versionInfo.
    • getVersionInfoBytes

      com.google.protobuf.ByteString getVersionInfoBytes()
      This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` in the
      last processed CDS discovery response. If there are only static bootstrap clusters, this field
      will be "".
      
      string version_info = 1;
      Returns:
      The bytes for versionInfo.
    • getStaticClustersList

      List<ClustersConfigDump.StaticCluster> getStaticClustersList()
      The statically loaded cluster configs.
      
      repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
    • getStaticClusters

      ClustersConfigDump.StaticCluster getStaticClusters(int index)
      The statically loaded cluster configs.
      
      repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
    • getStaticClustersCount

      int getStaticClustersCount()
      The statically loaded cluster configs.
      
      repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
    • getStaticClustersOrBuilderList

      List<? extends ClustersConfigDump.StaticClusterOrBuilder> getStaticClustersOrBuilderList()
      The statically loaded cluster configs.
      
      repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
    • getStaticClustersOrBuilder

      ClustersConfigDump.StaticClusterOrBuilder getStaticClustersOrBuilder(int index)
      The statically loaded cluster configs.
      
      repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
    • getDynamicActiveClustersList

      List<ClustersConfigDump.DynamicCluster> getDynamicActiveClustersList()
      The dynamically loaded active clusters. These are clusters that are available to service
      data plane traffic.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
    • getDynamicActiveClusters

      ClustersConfigDump.DynamicCluster getDynamicActiveClusters(int index)
      The dynamically loaded active clusters. These are clusters that are available to service
      data plane traffic.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
    • getDynamicActiveClustersCount

      int getDynamicActiveClustersCount()
      The dynamically loaded active clusters. These are clusters that are available to service
      data plane traffic.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
    • getDynamicActiveClustersOrBuilderList

      List<? extends ClustersConfigDump.DynamicClusterOrBuilder> getDynamicActiveClustersOrBuilderList()
      The dynamically loaded active clusters. These are clusters that are available to service
      data plane traffic.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
    • getDynamicActiveClustersOrBuilder

      ClustersConfigDump.DynamicClusterOrBuilder getDynamicActiveClustersOrBuilder(int index)
      The dynamically loaded active clusters. These are clusters that are available to service
      data plane traffic.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
    • getDynamicWarmingClustersList

      List<ClustersConfigDump.DynamicCluster> getDynamicWarmingClustersList()
      The dynamically loaded warming clusters. These are clusters that are currently undergoing
      warming in preparation to service data plane traffic. Note that if attempting to recreate an
      Envoy configuration from a configuration dump, the warming clusters should generally be
      discarded.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
    • getDynamicWarmingClusters

      ClustersConfigDump.DynamicCluster getDynamicWarmingClusters(int index)
      The dynamically loaded warming clusters. These are clusters that are currently undergoing
      warming in preparation to service data plane traffic. Note that if attempting to recreate an
      Envoy configuration from a configuration dump, the warming clusters should generally be
      discarded.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
    • getDynamicWarmingClustersCount

      int getDynamicWarmingClustersCount()
      The dynamically loaded warming clusters. These are clusters that are currently undergoing
      warming in preparation to service data plane traffic. Note that if attempting to recreate an
      Envoy configuration from a configuration dump, the warming clusters should generally be
      discarded.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
    • getDynamicWarmingClustersOrBuilderList

      List<? extends ClustersConfigDump.DynamicClusterOrBuilder> getDynamicWarmingClustersOrBuilderList()
      The dynamically loaded warming clusters. These are clusters that are currently undergoing
      warming in preparation to service data plane traffic. Note that if attempting to recreate an
      Envoy configuration from a configuration dump, the warming clusters should generally be
      discarded.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
    • getDynamicWarmingClustersOrBuilder

      ClustersConfigDump.DynamicClusterOrBuilder getDynamicWarmingClustersOrBuilder(int index)
      The dynamically loaded warming clusters. These are clusters that are currently undergoing
      warming in preparation to service data plane traffic. Note that if attempting to recreate an
      Envoy configuration from a configuration dump, the warming clusters should generally be
      discarded.
      
      repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;