Class ComputeNodeGroupAutoscalingPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_node_group.ComputeNodeGroupAutoscalingPolicyOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.626Z") @Stability(Stable) public class ComputeNodeGroupAutoscalingPolicyOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ComputeNodeGroupAutoscalingPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeNodeGroupAutoscalingPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeNodeGroupAutoscalingPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeNodeGroupAutoscalingPolicygetInternalValue()NumbergetMaxNodes()NumbergetMaxNodesInput()NumbergetMinNodes()NumbergetMinNodesInput()StringgetMode()StringgetModeInput()voidresetMaxNodes()voidresetMinNodes()voidresetMode()voidsetInternalValue(ComputeNodeGroupAutoscalingPolicy value)voidsetMaxNodes(Number value)voidsetMinNodes(Number value)voidsetMode(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ComputeNodeGroupAutoscalingPolicyOutputReference
protected ComputeNodeGroupAutoscalingPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeNodeGroupAutoscalingPolicyOutputReference
protected ComputeNodeGroupAutoscalingPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeNodeGroupAutoscalingPolicyOutputReference
@Stability(Stable) public ComputeNodeGroupAutoscalingPolicyOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetMaxNodes
@Stability(Stable) public void resetMaxNodes()
-
resetMinNodes
@Stability(Stable) public void resetMinNodes()
-
resetMode
@Stability(Stable) public void resetMode()
-
getMaxNodesInput
@Stability(Stable) @Nullable public Number getMaxNodesInput()
-
getMinNodesInput
@Stability(Stable) @Nullable public Number getMinNodesInput()
-
getModeInput
@Stability(Stable) @Nullable public String getModeInput()
-
getMaxNodes
@Stability(Stable) @NotNull public Number getMaxNodes()
-
setMaxNodes
@Stability(Stable) public void setMaxNodes(@NotNull Number value)
-
getMinNodes
@Stability(Stable) @NotNull public Number getMinNodes()
-
setMinNodes
@Stability(Stable) public void setMinNodes(@NotNull Number value)
-
getMode
@Stability(Stable) @NotNull public String getMode()
-
setMode
@Stability(Stable) public void setMode(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeNodeGroupAutoscalingPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeNodeGroupAutoscalingPolicy value)
-
-