Class CfnVirtualNodePropsMixin.OutlierDetectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnVirtualNodePropsMixin.OutlierDetectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNodePropsMixin.OutlierDetectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNodePropsMixin.OutlierDetectionProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNodePropsMixin.OutlierDetectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNodePropsMixin.OutlierDetectionProperty
An implementation for
CfnVirtualNodePropsMixin.OutlierDetectionProperty-
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.mixins.preview.services.appmesh.mixins.CfnVirtualNodePropsMixin.OutlierDetectionProperty
CfnVirtualNodePropsMixin.OutlierDetectionProperty.Builder, CfnVirtualNodePropsMixin.OutlierDetectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualNodePropsMixin.OutlierDetectionProperty.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 ObjectThe base amount of time for which a host is ejected.final ObjectThe time interval between ejection sweep analysis.final NumberMaximum percentage of hosts in load balancing pool for upstream service that can be ejected.final NumberNumber of consecutive5xxerrors required for ejection.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 theCfnVirtualNodePropsMixin.OutlierDetectionProperty.Builder.
-
-
Method Details
-
getBaseEjectionDuration
Description copied from interface:CfnVirtualNodePropsMixin.OutlierDetectionPropertyThe base amount of time for which a host is ejected.Returns union: either
IResolvableorCfnVirtualNodePropsMixin.DurationProperty- Specified by:
getBaseEjectionDurationin interfaceCfnVirtualNodePropsMixin.OutlierDetectionProperty- See Also:
-
getInterval
Description copied from interface:CfnVirtualNodePropsMixin.OutlierDetectionPropertyThe time interval between ejection sweep analysis.Returns union: either
IResolvableorCfnVirtualNodePropsMixin.DurationProperty- Specified by:
getIntervalin interfaceCfnVirtualNodePropsMixin.OutlierDetectionProperty- See Also:
-
getMaxEjectionPercent
Description copied from interface:CfnVirtualNodePropsMixin.OutlierDetectionPropertyMaximum percentage of hosts in load balancing pool for upstream service that can be ejected.Will eject at least one host regardless of the value.
- Specified by:
getMaxEjectionPercentin interfaceCfnVirtualNodePropsMixin.OutlierDetectionProperty- See Also:
-
getMaxServerErrors
Description copied from interface:CfnVirtualNodePropsMixin.OutlierDetectionPropertyNumber of consecutive5xxerrors required for ejection.- Specified by:
getMaxServerErrorsin interfaceCfnVirtualNodePropsMixin.OutlierDetectionProperty- 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()
-