Uses of Class
com.hashicorp.cdktf.providers.google.compute_node_group.ComputeNodeGroupAutoscalingPolicy.Builder
-
Packages that use ComputeNodeGroupAutoscalingPolicy.Builder Package Description com.hashicorp.cdktf.providers.google.compute_node_group google_compute_node_group -
-
Uses of ComputeNodeGroupAutoscalingPolicy.Builder in com.hashicorp.cdktf.providers.google.compute_node_group
Methods in com.hashicorp.cdktf.providers.google.compute_node_group that return ComputeNodeGroupAutoscalingPolicy.Builder Modifier and Type Method Description static ComputeNodeGroupAutoscalingPolicy.BuilderComputeNodeGroupAutoscalingPolicy. builder()ComputeNodeGroupAutoscalingPolicy.BuilderComputeNodeGroupAutoscalingPolicy.Builder. maxNodes(Number maxNodes)Sets the value ofComputeNodeGroupAutoscalingPolicy.getMaxNodes()ComputeNodeGroupAutoscalingPolicy.BuilderComputeNodeGroupAutoscalingPolicy.Builder. minNodes(Number minNodes)Sets the value ofComputeNodeGroupAutoscalingPolicy.getMinNodes()ComputeNodeGroupAutoscalingPolicy.BuilderComputeNodeGroupAutoscalingPolicy.Builder. mode(String mode)Sets the value ofComputeNodeGroupAutoscalingPolicy.getMode()Constructors in com.hashicorp.cdktf.providers.google.compute_node_group with parameters of type ComputeNodeGroupAutoscalingPolicy.Builder Constructor Description Jsii$Proxy(ComputeNodeGroupAutoscalingPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNodeGroupAutoscalingPolicy.Builder.
-