@Stability(value=Stable) @Internal public static final class GrpcHealthCheckOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GrpcHealthCheckOptions
GrpcHealthCheckOptionssoftware.amazon.jsii.JsiiObject.InitializationModeGrpcHealthCheckOptions.Builder, GrpcHealthCheckOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GrpcHealthCheckOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GrpcHealthCheckOptions.Builder. |
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(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(GrpcHealthCheckOptions.Builder builder)
GrpcHealthCheckOptions.Builder.public final Number getHealthyThreshold()
GrpcHealthCheckOptionsDefault: 2
getHealthyThreshold in interface GrpcHealthCheckOptionspublic final Duration getInterval()
GrpcHealthCheckOptionsDefault: Duration.seconds(5)
getInterval in interface GrpcHealthCheckOptionspublic final Duration getTimeout()
GrpcHealthCheckOptionsDefault: Duration.seconds(2)
getTimeout in interface GrpcHealthCheckOptionspublic final Number getUnhealthyThreshold()
GrpcHealthCheckOptionsDefault: - 2
getUnhealthyThreshold in interface GrpcHealthCheckOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.