@Stability(value=Stable) @Internal public static final class CfnVirtualNode.HealthCheckProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualNode.HealthCheckProperty
CfnVirtualNode.HealthCheckPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnVirtualNode.HealthCheckProperty.Builder, CfnVirtualNode.HealthCheckProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVirtualNode.HealthCheckProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVirtualNode.AccessLogProperty.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.
|
Number |
getIntervalMillis()
The time period in milliseconds between each health check execution.
|
String |
getPath()
The destination path for the health check request.
|
Number |
getPort()
The destination port for the health check request.
|
String |
getProtocol()
The protocol for the health check request.
|
Number |
getTimeoutMillis()
The amount of time to wait when receiving a response from the health check, in milliseconds.
|
Number |
getUnhealthyThreshold()
The number of consecutive failed health checks that must occur before declaring a virtual node 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(CfnVirtualNode.HealthCheckProperty.Builder builder)
CfnVirtualNode.AccessLogProperty.Builder.public final Number getHealthyThreshold()
CfnVirtualNode.HealthCheckPropertygetHealthyThreshold in interface CfnVirtualNode.HealthCheckPropertypublic final Number getIntervalMillis()
CfnVirtualNode.HealthCheckPropertygetIntervalMillis in interface CfnVirtualNode.HealthCheckPropertypublic final String getProtocol()
CfnVirtualNode.HealthCheckProperty
If you specify grpc , then your service must conform to the GRPC Health Checking Protocol .
getProtocol in interface CfnVirtualNode.HealthCheckPropertypublic final Number getTimeoutMillis()
CfnVirtualNode.HealthCheckPropertygetTimeoutMillis in interface CfnVirtualNode.HealthCheckPropertypublic final Number getUnhealthyThreshold()
CfnVirtualNode.HealthCheckPropertygetUnhealthyThreshold in interface CfnVirtualNode.HealthCheckPropertypublic final String getPath()
CfnVirtualNode.HealthCheckPropertyThis value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.
getPath in interface CfnVirtualNode.HealthCheckPropertypublic final Number getPort()
CfnVirtualNode.HealthCheckProperty
This port must match the port defined in the PortMapping for the listener.
getPort in interface CfnVirtualNode.HealthCheckProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.