Class ContainerAzureNodePoolAutoscaling.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_azure_node_pool.ContainerAzureNodePoolAutoscaling.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAzureNodePoolAutoscaling,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAzureNodePoolAutoscaling
@Stability(Stable) @Internal public static final class ContainerAzureNodePoolAutoscaling.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAzureNodePoolAutoscaling
An implementation forContainerAzureNodePoolAutoscaling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.container_azure_node_pool.ContainerAzureNodePoolAutoscaling
ContainerAzureNodePoolAutoscaling.Builder, ContainerAzureNodePoolAutoscaling.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAzureNodePoolAutoscaling.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAzureNodePoolAutoscaling.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetMaxNodeCount()Maximum number of nodes in the node pool.NumbergetMinNodeCount()Minimum number of nodes in the node pool.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(ContainerAzureNodePoolAutoscaling.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAzureNodePoolAutoscaling.Builder.
-
-
Method Detail
-
getMaxNodeCount
public final Number getMaxNodeCount()
Description copied from interface:ContainerAzureNodePoolAutoscalingMaximum 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}
- Specified by:
getMaxNodeCountin interfaceContainerAzureNodePoolAutoscaling
-
getMinNodeCount
public final Number getMinNodeCount()
Description copied from interface:ContainerAzureNodePoolAutoscalingMinimum 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}
- Specified by:
getMinNodeCountin interfaceContainerAzureNodePoolAutoscaling
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-