OutlierDetection

An object that represents the outlier detection for a virtual node's listener.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base amount of time for which a host is ejected.

Link copied to clipboard

The time interval between ejection sweep analysis.

Link copied to clipboard

Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value.

Link copied to clipboard

Number of consecutive 5xx errors required for ejection.

Functions

Link copied to clipboard
inline fun copy(block: OutlierDetection.Builder.() -> Unit = {}): OutlierDetection
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String