Interface ClustersConfigDumpOrBuilder

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

    public interface ClustersConfigDumpOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getVersionInfo

        java.lang.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

        java.util.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

        java.util.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

        java.util.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

        java.util.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

        java.util.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

        java.util.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;