public static final class CfnVirtualNode.OutlierDetectionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualNode.OutlierDetectionProperty
CfnVirtualNode.OutlierDetectionProperty
CfnVirtualNode.OutlierDetectionProperty.Builder, CfnVirtualNode.OutlierDetectionProperty.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) |
java.lang.Object |
getBaseEjectionDuration()
The base amount of time for which a host is ejected.
|
java.lang.Object |
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 java.lang.Object getBaseEjectionDuration()
CfnVirtualNode.OutlierDetectionProperty
getBaseEjectionDuration
in interface CfnVirtualNode.OutlierDetectionProperty
public final java.lang.Object getInterval()
CfnVirtualNode.OutlierDetectionProperty
getInterval
in interface CfnVirtualNode.OutlierDetectionProperty
public final java.lang.Number getMaxEjectionPercent()
CfnVirtualNode.OutlierDetectionProperty
Will eject at least one host regardless of the value.
getMaxEjectionPercent
in interface CfnVirtualNode.OutlierDetectionProperty
public final java.lang.Number getMaxServerErrors()
CfnVirtualNode.OutlierDetectionProperty
getMaxServerErrors
in interface CfnVirtualNode.OutlierDetectionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()