Class CfnNodegroup.NodeRepairConfigOverridesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnNodegroup.NodeRepairConfigOverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNodegroup.NodeRepairConfigOverridesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNodegroup.NodeRepairConfigOverridesProperty
@Stability(Stable)
@Internal
public static final class CfnNodegroup.NodeRepairConfigOverridesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNodegroup.NodeRepairConfigOverridesProperty
An implementation for
CfnNodegroup.NodeRepairConfigOverridesProperty-
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.eks.CfnNodegroup.NodeRepairConfigOverridesProperty
CfnNodegroup.NodeRepairConfigOverridesProperty.Builder, CfnNodegroup.NodeRepairConfigOverridesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNodegroup.NodeRepairConfigOverridesProperty.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 NumberSpecify the minimum time in minutes to wait before attempting to repair a node with this specific NodeMonitoringCondition and NodeUnhealthyReason.final StringSpecify an unhealthy condition reported by the node monitoring agent that this override would apply to.final StringSpecify a reason reported by the node monitoring agent that this override would apply to.final StringSpecify the repair action to take for nodes when all of the specified conditions are met.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 theCfnNodegroup.NodeRepairConfigOverridesProperty.Builder.
-
-
Method Details
-
getMinRepairWaitTimeMins
Description copied from interface:CfnNodegroup.NodeRepairConfigOverridesPropertySpecify the minimum time in minutes to wait before attempting to repair a node with this specific NodeMonitoringCondition and NodeUnhealthyReason.- Specified by:
getMinRepairWaitTimeMinsin interfaceCfnNodegroup.NodeRepairConfigOverridesProperty- See Also:
-
getNodeMonitoringCondition
Description copied from interface:CfnNodegroup.NodeRepairConfigOverridesPropertySpecify an unhealthy condition reported by the node monitoring agent that this override would apply to.- Specified by:
getNodeMonitoringConditionin interfaceCfnNodegroup.NodeRepairConfigOverridesProperty- See Also:
-
getNodeUnhealthyReason
Description copied from interface:CfnNodegroup.NodeRepairConfigOverridesPropertySpecify a reason reported by the node monitoring agent that this override would apply to.- Specified by:
getNodeUnhealthyReasonin interfaceCfnNodegroup.NodeRepairConfigOverridesProperty- See Also:
-
getRepairAction
Description copied from interface:CfnNodegroup.NodeRepairConfigOverridesPropertySpecify the repair action to take for nodes when all of the specified conditions are met.- Specified by:
getRepairActionin interfaceCfnNodegroup.NodeRepairConfigOverridesProperty- 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()
-