public static final class GrpcHealthCheckOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GrpcHealthCheckOptions
GrpcHealthCheckOptions
GrpcHealthCheckOptions.Builder, GrpcHealthCheckOptions.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.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.
|
java.lang.Number |
getUnhealthyThreshold()
The number of consecutive failed health checks that must occur before declaring a listener unhealthy.
|
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.Number getHealthyThreshold()
GrpcHealthCheckOptions
Default: 2
getHealthyThreshold
in interface GrpcHealthCheckOptions
public final Duration getInterval()
GrpcHealthCheckOptions
Default: Duration.seconds(5)
getInterval
in interface GrpcHealthCheckOptions
public final Duration getTimeout()
GrpcHealthCheckOptions
Default: Duration.seconds(2)
getTimeout
in interface GrpcHealthCheckOptions
public final java.lang.Number getUnhealthyThreshold()
GrpcHealthCheckOptions
Default: - 2
getUnhealthyThreshold
in interface GrpcHealthCheckOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()