Class CfnNodegroup.UpdateConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.legacy.CfnNodegroup.UpdateConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnNodegroup.UpdateConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnNodegroup.UpdateConfigProperty

@Stability(Stable) @Internal public static final class CfnNodegroup.UpdateConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnNodegroup.UpdateConfigProperty
An implementation for CfnNodegroup.UpdateConfigProperty
  • 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

      protected Jsii$Proxy(CfnNodegroup.UpdateConfigProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnNodegroup.UpdateConfigProperty.Builder.
  • Method Details

    • getMaxUnavailable

      public final Number getMaxUnavailable()
      Description copied from interface: CfnNodegroup.UpdateConfigProperty
      The maximum number of nodes unavailable at once during a version update.

      Nodes will be updated in parallel. This value or maxUnavailablePercentage is required to have a value.The maximum number is 100.

      Specified by:
      getMaxUnavailable in interface CfnNodegroup.UpdateConfigProperty
    • getMaxUnavailablePercentage

      public final Number getMaxUnavailablePercentage()
      Description copied from interface: CfnNodegroup.UpdateConfigProperty
      The maximum percentage of nodes unavailable during a version update.

      This percentage of nodes will be updated in parallel, up to 100 nodes at once. This value or maxUnavailable is required to have a value.

      Specified by:
      getMaxUnavailablePercentage in interface CfnNodegroup.UpdateConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object