All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.admin.v3alpha.ClustersConfigDumpOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/admin/v3alpha/config_dump.proto

package io.envoyproxy.envoy.admin.v3alpha;

public interface ClustersConfigDumpOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.admin.v3alpha.ClustersConfigDump)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * This is the :ref:`version_info <envoy_api_field_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; */ java.lang.String getVersionInfo(); /** *
   * This is the :ref:`version_info <envoy_api_field_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; */ com.google.protobuf.ByteString getVersionInfoBytes(); /** *
   * The statically loaded cluster configs.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.StaticCluster static_clusters = 2; */ java.util.List getStaticClustersList(); /** *
   * The statically loaded cluster configs.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.StaticCluster static_clusters = 2; */ io.envoyproxy.envoy.admin.v3alpha.ClustersConfigDump.StaticCluster getStaticClusters(int index); /** *
   * The statically loaded cluster configs.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.StaticCluster static_clusters = 2; */ int getStaticClustersCount(); /** *
   * The statically loaded cluster configs.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.StaticCluster static_clusters = 2; */ java.util.List getStaticClustersOrBuilderList(); /** *
   * The statically loaded cluster configs.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.StaticCluster static_clusters = 2; */ io.envoyproxy.envoy.admin.v3alpha.ClustersConfigDump.StaticClusterOrBuilder getStaticClustersOrBuilder( int index); /** *
   * The dynamically loaded active clusters. These are clusters that are available to service
   * data plane traffic.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3; */ java.util.List getDynamicActiveClustersList(); /** *
   * The dynamically loaded active clusters. These are clusters that are available to service
   * data plane traffic.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3; */ io.envoyproxy.envoy.admin.v3alpha.ClustersConfigDump.DynamicCluster getDynamicActiveClusters(int index); /** *
   * The dynamically loaded active clusters. These are clusters that are available to service
   * data plane traffic.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3; */ int getDynamicActiveClustersCount(); /** *
   * The dynamically loaded active clusters. These are clusters that are available to service
   * data plane traffic.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3; */ java.util.List getDynamicActiveClustersOrBuilderList(); /** *
   * The dynamically loaded active clusters. These are clusters that are available to service
   * data plane traffic.
   * 
* * repeated .envoy.admin.v3alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3; */ io.envoyproxy.envoy.admin.v3alpha.ClustersConfigDump.DynamicClusterOrBuilder getDynamicActiveClustersOrBuilder( 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.v3alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4; */ java.util.List 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.v3alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4; */ io.envoyproxy.envoy.admin.v3alpha.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.v3alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4; */ 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.v3alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4; */ java.util.List 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.v3alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4; */ io.envoyproxy.envoy.admin.v3alpha.ClustersConfigDump.DynamicClusterOrBuilder getDynamicWarmingClustersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy