@Stability(value=Stable) @Internal public static final class CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Builder, CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVirtualGateway.JsonFormatRefProperty.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 the 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 gateway 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(CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Builder builder)
CfnVirtualGateway.JsonFormatRefProperty.Builder.public final Number getHealthyThreshold()
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertygetHealthyThreshold in interface CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertypublic final Number getIntervalMillis()
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertygetIntervalMillis in interface CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertypublic final String getProtocol()
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
If you specify grpc , then your service must conform to the GRPC Health Checking Protocol .
getProtocol in interface CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertypublic final Number getTimeoutMillis()
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertygetTimeoutMillis in interface CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertypublic final Number getUnhealthyThreshold()
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertygetUnhealthyThreshold in interface CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertypublic final String getPath()
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertyThis value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.
getPath in interface CfnVirtualGateway.VirtualGatewayHealthCheckPolicyPropertypublic final Number getPort()
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
This port must match the port defined in the PortMapping for the listener.
getPort in interface CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.