public static final class OutlierDetection.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OutlierDetection
OutlierDetection
OutlierDetection.Builder, OutlierDetection.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
Duration |
getBaseEjectionDuration()
The base amount of time for which a host is ejected.
|
Duration |
getInterval()
The time interval between ejection sweep analysis.
|
java.lang.Number |
getMaxEjectionPercent()
Maximum percentage of hosts in load balancing pool for upstream service that can be ejected.
|
java.lang.Number |
getMaxServerErrors()
Number of consecutive 5xx errors required for ejection.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Duration getBaseEjectionDuration()
OutlierDetection
getBaseEjectionDuration
in interface OutlierDetection
public final Duration getInterval()
OutlierDetection
getInterval
in interface OutlierDetection
public final java.lang.Number getMaxEjectionPercent()
OutlierDetection
Will eject at least one host regardless of the value.
getMaxEjectionPercent
in interface OutlierDetection
public final java.lang.Number getMaxServerErrors()
OutlierDetection
getMaxServerErrors
in interface OutlierDetection
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()