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