Class CfnVirtualNode.HealthCheckProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.HealthCheckProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNode.HealthCheckProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNode.HealthCheckProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNode.HealthCheckProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNode.HealthCheckProperty
An implementation for
CfnVirtualNode.HealthCheckProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualNode.HealthCheckProperty
CfnVirtualNode.HealthCheckProperty.Builder, CfnVirtualNode.HealthCheckProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualNode.HealthCheckProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of consecutive successful health checks that must occur before declaring listener healthy.final NumberThe time period in milliseconds between each health check execution.final StringgetPath()The destination path for the health check request.final NumbergetPort()The destination port for the health check request.final StringThe protocol for the health check request.final NumberThe amount of time to wait when receiving a response from the health check, in milliseconds.final NumberThe number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVirtualNode.HealthCheckProperty.Builder.
-
-
Method Details
-
getHealthyThreshold
Description copied from interface:CfnVirtualNode.HealthCheckPropertyThe number of consecutive successful health checks that must occur before declaring listener healthy.- Specified by:
getHealthyThresholdin interfaceCfnVirtualNode.HealthCheckProperty- See Also:
-
getIntervalMillis
Description copied from interface:CfnVirtualNode.HealthCheckPropertyThe time period in milliseconds between each health check execution.- Specified by:
getIntervalMillisin interfaceCfnVirtualNode.HealthCheckProperty- See Also:
-
getProtocol
Description copied from interface:CfnVirtualNode.HealthCheckPropertyThe protocol for the health check request.If you specify
grpc, then your service must conform to the GRPC Health Checking Protocol .- Specified by:
getProtocolin interfaceCfnVirtualNode.HealthCheckProperty- See Also:
-
getTimeoutMillis
Description copied from interface:CfnVirtualNode.HealthCheckPropertyThe amount of time to wait when receiving a response from the health check, in milliseconds.- Specified by:
getTimeoutMillisin interfaceCfnVirtualNode.HealthCheckProperty- See Also:
-
getUnhealthyThreshold
Description copied from interface:CfnVirtualNode.HealthCheckPropertyThe number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.- Specified by:
getUnhealthyThresholdin interfaceCfnVirtualNode.HealthCheckProperty- See Also:
-
getPath
Description copied from interface:CfnVirtualNode.HealthCheckPropertyThe destination path for the health check request.This value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.
- Specified by:
getPathin interfaceCfnVirtualNode.HealthCheckProperty- See Also:
-
getPort
Description copied from interface:CfnVirtualNode.HealthCheckPropertyThe destination port for the health check request.This port must match the port defined in the
PortMappingfor the listener.- Specified by:
getPortin interfaceCfnVirtualNode.HealthCheckProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-