@Stability(value=Stable) @Internal public static final class TcpHealthCheckOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TcpHealthCheckOptions
TcpHealthCheckOptionssoftware.amazon.jsii.JsiiObject.InitializationModeTcpHealthCheckOptions.Builder, TcpHealthCheckOptions.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.
|
protected |
Jsii$Proxy(TcpHealthCheckOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
TcpHealthCheckOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getHealthyThreshold()
The number of consecutive successful health checks that must occur before declaring listener healthy.
|
Duration |
getInterval()
The time period between each health check execution.
|
Duration |
getTimeout()
The amount of time to wait when receiving a response from the health check.
|
Number |
getUnhealthyThreshold()
The number of consecutive failed health checks that must occur before declaring a listener unhealthy.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(TcpHealthCheckOptions.Builder builder)
TcpHealthCheckOptions.Builder.public final Number getHealthyThreshold()
TcpHealthCheckOptionsDefault: 2
getHealthyThreshold in interface TcpHealthCheckOptionspublic final Duration getInterval()
TcpHealthCheckOptionsDefault: Duration.seconds(5)
getInterval in interface TcpHealthCheckOptionspublic final Duration getTimeout()
TcpHealthCheckOptionsDefault: Duration.seconds(2)
getTimeout in interface TcpHealthCheckOptionspublic final Number getUnhealthyThreshold()
TcpHealthCheckOptionsDefault: - 2
getUnhealthyThreshold in interface TcpHealthCheckOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.