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

io.envoyproxy.envoy.data.cluster.v3alpha.OutlierDetectionEventOrBuilder 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/data/cluster/v3alpha/outlier_detection_event.proto

package io.envoyproxy.envoy.data.cluster.v3alpha;

public interface OutlierDetectionEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.data.cluster.v3alpha.OutlierDetectionEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * In case of eject represents type of ejection that took place.
   * 
* * .envoy.data.cluster.v3alpha.OutlierEjectionType type = 1 [(.validate.rules) = { ... } */ int getTypeValue(); /** *
   * In case of eject represents type of ejection that took place.
   * 
* * .envoy.data.cluster.v3alpha.OutlierEjectionType type = 1 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.data.cluster.v3alpha.OutlierEjectionType getType(); /** *
   * Timestamp for event.
   * 
* * .google.protobuf.Timestamp timestamp = 2; */ boolean hasTimestamp(); /** *
   * Timestamp for event.
   * 
* * .google.protobuf.Timestamp timestamp = 2; */ com.google.protobuf.Timestamp getTimestamp(); /** *
   * Timestamp for event.
   * 
* * .google.protobuf.Timestamp timestamp = 2; */ com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder(); /** *
   * The time in seconds since the last action (either an ejection or unejection) took place.
   * 
* * .google.protobuf.UInt64Value secs_since_last_action = 3; */ boolean hasSecsSinceLastAction(); /** *
   * The time in seconds since the last action (either an ejection or unejection) took place.
   * 
* * .google.protobuf.UInt64Value secs_since_last_action = 3; */ com.google.protobuf.UInt64Value getSecsSinceLastAction(); /** *
   * The time in seconds since the last action (either an ejection or unejection) took place.
   * 
* * .google.protobuf.UInt64Value secs_since_last_action = 3; */ com.google.protobuf.UInt64ValueOrBuilder getSecsSinceLastActionOrBuilder(); /** *
   * The :ref:`cluster <envoy_api_msg_Cluster>` that owns the ejected host.
   * 
* * string cluster_name = 4 [(.validate.rules) = { ... } */ java.lang.String getClusterName(); /** *
   * The :ref:`cluster <envoy_api_msg_Cluster>` that owns the ejected host.
   * 
* * string cluster_name = 4 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getClusterNameBytes(); /** *
   * The URL of the ejected host. E.g., ``tcp://1.2.3.4:80``.
   * 
* * string upstream_url = 5 [(.validate.rules) = { ... } */ java.lang.String getUpstreamUrl(); /** *
   * The URL of the ejected host. E.g., ``tcp://1.2.3.4:80``.
   * 
* * string upstream_url = 5 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getUpstreamUrlBytes(); /** *
   * The action that took place.
   * 
* * .envoy.data.cluster.v3alpha.Action action = 6 [(.validate.rules) = { ... } */ int getActionValue(); /** *
   * The action that took place.
   * 
* * .envoy.data.cluster.v3alpha.Action action = 6 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.data.cluster.v3alpha.Action getAction(); /** *
   * If ``action`` is ``eject``, specifies the number of times the host has been ejected (local to
   * that Envoy and gets reset if the host gets removed from the upstream cluster for any reason and
   * then re-added).
   * 
* * uint32 num_ejections = 7; */ int getNumEjections(); /** *
   * If ``action`` is ``eject``, specifies if the ejection was enforced. ``true`` means the host was
   * ejected. ``false`` means the event was logged but the host was not actually ejected.
   * 
* * bool enforced = 8; */ boolean getEnforced(); /** * .envoy.data.cluster.v3alpha.OutlierEjectSuccessRate eject_success_rate_event = 9; */ boolean hasEjectSuccessRateEvent(); /** * .envoy.data.cluster.v3alpha.OutlierEjectSuccessRate eject_success_rate_event = 9; */ io.envoyproxy.envoy.data.cluster.v3alpha.OutlierEjectSuccessRate getEjectSuccessRateEvent(); /** * .envoy.data.cluster.v3alpha.OutlierEjectSuccessRate eject_success_rate_event = 9; */ io.envoyproxy.envoy.data.cluster.v3alpha.OutlierEjectSuccessRateOrBuilder getEjectSuccessRateEventOrBuilder(); /** * .envoy.data.cluster.v3alpha.OutlierEjectConsecutive eject_consecutive_event = 10; */ boolean hasEjectConsecutiveEvent(); /** * .envoy.data.cluster.v3alpha.OutlierEjectConsecutive eject_consecutive_event = 10; */ io.envoyproxy.envoy.data.cluster.v3alpha.OutlierEjectConsecutive getEjectConsecutiveEvent(); /** * .envoy.data.cluster.v3alpha.OutlierEjectConsecutive eject_consecutive_event = 10; */ io.envoyproxy.envoy.data.cluster.v3alpha.OutlierEjectConsecutiveOrBuilder getEjectConsecutiveEventOrBuilder(); public io.envoyproxy.envoy.data.cluster.v3alpha.OutlierDetectionEvent.EventCase getEventCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy