Class ContainerNodePoolUpgradeSettings.Jsii$Proxy

    • Constructor Detail

      • 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.
    • Method Detail

      • getMaxSurge

        public final Number getMaxSurge()
        Description copied from interface: ContainerNodePoolUpgradeSettings
        The number of additional nodes that can be added to the node pool during an upgrade.

        Increasing max_surge raises the number of nodes that can be upgraded simultaneously. Can be set to 0 or greater. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#max_surge ContainerNodePool#max_surge}

        Specified by:
        getMaxSurge in interface ContainerNodePoolUpgradeSettings
      • getMaxUnavailable

        public final Number getMaxUnavailable()
        Description copied from interface: ContainerNodePoolUpgradeSettings
        The number of nodes that can be simultaneously unavailable during an upgrade.

        Increasing max_unavailable raises the number of nodes that can be upgraded in parallel. Can be set to 0 or greater. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#max_unavailable ContainerNodePool#max_unavailable}

        Specified by:
        getMaxUnavailable in interface ContainerNodePoolUpgradeSettings
      • $jsii$toJson

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

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