Uses of Class
com.hashicorp.cdktf.providers.google.container_azure_node_pool.ContainerAzureNodePoolAutoscaling.Builder
-
Packages that use ContainerAzureNodePoolAutoscaling.Builder Package Description com.hashicorp.cdktf.providers.google.container_azure_node_pool google_container_azure_node_pool -
-
Uses of ContainerAzureNodePoolAutoscaling.Builder in com.hashicorp.cdktf.providers.google.container_azure_node_pool
Methods in com.hashicorp.cdktf.providers.google.container_azure_node_pool that return ContainerAzureNodePoolAutoscaling.Builder Modifier and Type Method Description static ContainerAzureNodePoolAutoscaling.BuilderContainerAzureNodePoolAutoscaling. builder()ContainerAzureNodePoolAutoscaling.BuilderContainerAzureNodePoolAutoscaling.Builder. maxNodeCount(Number maxNodeCount)Sets the value ofContainerAzureNodePoolAutoscaling.getMaxNodeCount()ContainerAzureNodePoolAutoscaling.BuilderContainerAzureNodePoolAutoscaling.Builder. minNodeCount(Number minNodeCount)Sets the value ofContainerAzureNodePoolAutoscaling.getMinNodeCount()Constructors in com.hashicorp.cdktf.providers.google.container_azure_node_pool with parameters of type ContainerAzureNodePoolAutoscaling.Builder Constructor Description Jsii$Proxy(ContainerAzureNodePoolAutoscaling.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAzureNodePoolAutoscaling.Builder.
-