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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureNodePoolAutoscaling.BuilderA builder forContainerAzureNodePoolAutoscalingstatic classContainerAzureNodePoolAutoscaling.Jsii$ProxyAn implementation forContainerAzureNodePoolAutoscaling
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAzureNodePoolAutoscaling.Builderbuilder()NumbergetMaxNodeCount()Maximum number of nodes in the node pool.NumbergetMinNodeCount()Minimum number of nodes in the node pool.
-
-
-
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}
-
builder
@Stability(Stable) static ContainerAzureNodePoolAutoscaling.Builder builder()
-
-