Interface ContainerAzureNodePoolAutoscaling

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ContainerAzureNodePoolAutoscaling.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.186Z")
    @Stability(Stable)
    public interface ContainerAzureNodePoolAutoscaling
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getMaxNodeCount

        @Stability(Stable)
        @NotNull
        Number getMaxNodeCount()
        Maximum number of nodes in the node pool. Must be >= min_node_count.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#max_node_count ContainerAzureNodePool#max_node_count}

      • getMinNodeCount

        @Stability(Stable)
        @NotNull
        Number getMinNodeCount()
        Minimum number of nodes in the node pool. Must be >= 1 and <= max_node_count.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#min_node_count ContainerAzureNodePool#min_node_count}