Class OutlierDetection.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.OutlierDetection.Jsii$Proxy
- All Implemented Interfaces:
OutlierDetection,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OutlierDetection
@Stability(Stable)
@Internal
public static final class OutlierDetection.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OutlierDetection
An implementation for
OutlierDetection-
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.OutlierDetection
OutlierDetection.Builder, OutlierDetection.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(OutlierDetection.Builder builder) Constructor that initializes the object based on literal property values passed by theOutlierDetection.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 DurationThe base amount of time for which a host is ejected.final DurationThe 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 consecutive 5xx errors 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 theOutlierDetection.Builder.
-
-
Method Details
-
getBaseEjectionDuration
Description copied from interface:OutlierDetectionThe base amount of time for which a host is ejected.- Specified by:
getBaseEjectionDurationin interfaceOutlierDetection
-
getInterval
Description copied from interface:OutlierDetectionThe time interval between ejection sweep analysis.- Specified by:
getIntervalin interfaceOutlierDetection
-
getMaxEjectionPercent
Description copied from interface:OutlierDetectionMaximum 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 interfaceOutlierDetection
-
getMaxServerErrors
Description copied from interface:OutlierDetectionNumber of consecutive 5xx errors required for ejection.- Specified by:
getMaxServerErrorsin interfaceOutlierDetection
-
$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()
-