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

io.envoyproxy.envoy.admin.v2alpha.HostStatusOrBuilder 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/v2alpha/clusters.proto

package io.envoyproxy.envoy.admin.v2alpha;

public interface HostStatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.admin.v2alpha.HostStatus)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Address of this host.
   * 
* * .envoy.api.v2.core.Address address = 1; */ boolean hasAddress(); /** *
   * Address of this host.
   * 
* * .envoy.api.v2.core.Address address = 1; */ io.envoyproxy.envoy.api.v2.core.Address getAddress(); /** *
   * Address of this host.
   * 
* * .envoy.api.v2.core.Address address = 1; */ io.envoyproxy.envoy.api.v2.core.AddressOrBuilder getAddressOrBuilder(); /** *
   * List of stats specific to this host.
   * 
* * repeated .envoy.admin.v2alpha.SimpleMetric stats = 2; */ java.util.List getStatsList(); /** *
   * List of stats specific to this host.
   * 
* * repeated .envoy.admin.v2alpha.SimpleMetric stats = 2; */ io.envoyproxy.envoy.admin.v2alpha.SimpleMetric getStats(int index); /** *
   * List of stats specific to this host.
   * 
* * repeated .envoy.admin.v2alpha.SimpleMetric stats = 2; */ int getStatsCount(); /** *
   * List of stats specific to this host.
   * 
* * repeated .envoy.admin.v2alpha.SimpleMetric stats = 2; */ java.util.List getStatsOrBuilderList(); /** *
   * List of stats specific to this host.
   * 
* * repeated .envoy.admin.v2alpha.SimpleMetric stats = 2; */ io.envoyproxy.envoy.admin.v2alpha.SimpleMetricOrBuilder getStatsOrBuilder( int index); /** *
   * The host's current health status.
   * 
* * .envoy.admin.v2alpha.HostHealthStatus health_status = 3; */ boolean hasHealthStatus(); /** *
   * The host's current health status.
   * 
* * .envoy.admin.v2alpha.HostHealthStatus health_status = 3; */ io.envoyproxy.envoy.admin.v2alpha.HostHealthStatus getHealthStatus(); /** *
   * The host's current health status.
   * 
* * .envoy.admin.v2alpha.HostHealthStatus health_status = 3; */ io.envoyproxy.envoy.admin.v2alpha.HostHealthStatusOrBuilder getHealthStatusOrBuilder(); /** *
   * Request success rate for this host over the last calculated interval.
   * If
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *false*, all errors: externally and locally generated were used in success rate
   * calculation. If
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *true*, only externally generated errors were used in success rate calculation.
   * See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
   * details.
   * Note: the message will not be present if host did not have enough request volume to calculate
   * success rate or the cluster did not have enough hosts to run through success rate outlier
   * ejection.
   * 
* * .envoy.type.Percent success_rate = 4; */ boolean hasSuccessRate(); /** *
   * Request success rate for this host over the last calculated interval.
   * If
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *false*, all errors: externally and locally generated were used in success rate
   * calculation. If
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *true*, only externally generated errors were used in success rate calculation.
   * See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
   * details.
   * Note: the message will not be present if host did not have enough request volume to calculate
   * success rate or the cluster did not have enough hosts to run through success rate outlier
   * ejection.
   * 
* * .envoy.type.Percent success_rate = 4; */ io.envoyproxy.envoy.type.Percent getSuccessRate(); /** *
   * Request success rate for this host over the last calculated interval.
   * If
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *false*, all errors: externally and locally generated were used in success rate
   * calculation. If
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *true*, only externally generated errors were used in success rate calculation.
   * See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
   * details.
   * Note: the message will not be present if host did not have enough request volume to calculate
   * success rate or the cluster did not have enough hosts to run through success rate outlier
   * ejection.
   * 
* * .envoy.type.Percent success_rate = 4; */ io.envoyproxy.envoy.type.PercentOrBuilder getSuccessRateOrBuilder(); /** *
   * The host's weight. If not configured, the value defaults to 1.
   * 
* * uint32 weight = 5; */ int getWeight(); /** *
   * The hostname of the host, if applicable.
   * 
* * string hostname = 6; */ java.lang.String getHostname(); /** *
   * The hostname of the host, if applicable.
   * 
* * string hostname = 6; */ com.google.protobuf.ByteString getHostnameBytes(); /** *
   * The host's priority. If not configured, the value defaults to 0 (highest priority).
   * 
* * uint32 priority = 7; */ int getPriority(); /** *
   * Request success rate for this host over the last calculated
   * interval when only locally originated errors are taken into account and externally originated
   * errors were treated as success.
   * This field should be interpretted only when
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *true*.
   * See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
   * details.
   * Note: the message will not be present if host did not have enough request volume to calculate
   * success rate or the cluster did not have enough hosts to run through success rate outlier
   * ejection.
   * 
* * .envoy.type.Percent local_origin_success_rate = 8; */ boolean hasLocalOriginSuccessRate(); /** *
   * Request success rate for this host over the last calculated
   * interval when only locally originated errors are taken into account and externally originated
   * errors were treated as success.
   * This field should be interpretted only when
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *true*.
   * See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
   * details.
   * Note: the message will not be present if host did not have enough request volume to calculate
   * success rate or the cluster did not have enough hosts to run through success rate outlier
   * ejection.
   * 
* * .envoy.type.Percent local_origin_success_rate = 8; */ io.envoyproxy.envoy.type.Percent getLocalOriginSuccessRate(); /** *
   * Request success rate for this host over the last calculated
   * interval when only locally originated errors are taken into account and externally originated
   * errors were treated as success.
   * This field should be interpretted only when
   * :ref:`outlier_detection.split_external_local_origin_errors<envoy_api_field_cluster.OutlierDetection.split_external_local_origin_errors>`
   * is *true*.
   * See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
   * details.
   * Note: the message will not be present if host did not have enough request volume to calculate
   * success rate or the cluster did not have enough hosts to run through success rate outlier
   * ejection.
   * 
* * .envoy.type.Percent local_origin_success_rate = 8; */ io.envoyproxy.envoy.type.PercentOrBuilder getLocalOriginSuccessRateOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy