public interface ClustersConfigDumpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClustersConfigDump.DynamicCluster |
getDynamicActiveClusters(int index)
The dynamically loaded active clusters.
|
int |
getDynamicActiveClustersCount()
The dynamically loaded active clusters.
|
List<ClustersConfigDump.DynamicCluster> |
getDynamicActiveClustersList()
The dynamically loaded active clusters.
|
ClustersConfigDump.DynamicClusterOrBuilder |
getDynamicActiveClustersOrBuilder(int index)
The dynamically loaded active clusters.
|
List<? extends ClustersConfigDump.DynamicClusterOrBuilder> |
getDynamicActiveClustersOrBuilderList()
The dynamically loaded active clusters.
|
ClustersConfigDump.DynamicCluster |
getDynamicWarmingClusters(int index)
The dynamically loaded warming clusters.
|
int |
getDynamicWarmingClustersCount()
The dynamically loaded warming clusters.
|
List<ClustersConfigDump.DynamicCluster> |
getDynamicWarmingClustersList()
The dynamically loaded warming clusters.
|
ClustersConfigDump.DynamicClusterOrBuilder |
getDynamicWarmingClustersOrBuilder(int index)
The dynamically loaded warming clusters.
|
List<? extends ClustersConfigDump.DynamicClusterOrBuilder> |
getDynamicWarmingClustersOrBuilderList()
The dynamically loaded warming clusters.
|
ClustersConfigDump.StaticCluster |
getStaticClusters(int index)
The statically loaded cluster configs.
|
int |
getStaticClustersCount()
The statically loaded cluster configs.
|
List<ClustersConfigDump.StaticCluster> |
getStaticClustersList()
The statically loaded cluster configs.
|
ClustersConfigDump.StaticClusterOrBuilder |
getStaticClustersOrBuilder(int index)
The statically loaded cluster configs.
|
List<? extends ClustersConfigDump.StaticClusterOrBuilder> |
getStaticClustersOrBuilderList()
The statically loaded cluster configs.
|
String |
getVersionInfo()
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` in the
last processed CDS discovery response.
|
com.google.protobuf.ByteString |
getVersionInfoBytes()
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` in the
last processed CDS discovery response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersionInfo()
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.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()
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.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;List<ClustersConfigDump.StaticCluster> getStaticClustersList()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;ClustersConfigDump.StaticCluster getStaticClusters(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;int getStaticClustersCount()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;List<? extends ClustersConfigDump.StaticClusterOrBuilder> getStaticClustersOrBuilderList()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;ClustersConfigDump.StaticClusterOrBuilder getStaticClustersOrBuilder(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;List<ClustersConfigDump.DynamicCluster> getDynamicActiveClustersList()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;ClustersConfigDump.DynamicCluster getDynamicActiveClusters(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.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.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;List<? extends ClustersConfigDump.DynamicClusterOrBuilder> getDynamicActiveClustersOrBuilderList()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;ClustersConfigDump.DynamicClusterOrBuilder getDynamicActiveClustersOrBuilder(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;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.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;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.v4alpha.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.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;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.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;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.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.