Class DataprocAutoscalingPolicyWorkerConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_autoscaling_policy.DataprocAutoscalingPolicyWorkerConfigOutputReference
-
- 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:20.688Z") @Stability(Stable) public class DataprocAutoscalingPolicyWorkerConfigOutputReference 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 DataprocAutoscalingPolicyWorkerConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocAutoscalingPolicyWorkerConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocAutoscalingPolicyWorkerConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocAutoscalingPolicyWorkerConfiggetInternalValue()NumbergetMaxInstances()NumbergetMaxInstancesInput()NumbergetMinInstances()NumbergetMinInstancesInput()NumbergetWeight()NumbergetWeightInput()voidresetMinInstances()voidresetWeight()voidsetInternalValue(DataprocAutoscalingPolicyWorkerConfig value)voidsetMaxInstances(Number value)voidsetMinInstances(Number value)voidsetWeight(Number 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
-
DataprocAutoscalingPolicyWorkerConfigOutputReference
protected DataprocAutoscalingPolicyWorkerConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocAutoscalingPolicyWorkerConfigOutputReference
protected DataprocAutoscalingPolicyWorkerConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocAutoscalingPolicyWorkerConfigOutputReference
@Stability(Stable) public DataprocAutoscalingPolicyWorkerConfigOutputReference(@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
-
resetMinInstances
@Stability(Stable) public void resetMinInstances()
-
resetWeight
@Stability(Stable) public void resetWeight()
-
getMaxInstancesInput
@Stability(Stable) @Nullable public Number getMaxInstancesInput()
-
getMinInstancesInput
@Stability(Stable) @Nullable public Number getMinInstancesInput()
-
getWeightInput
@Stability(Stable) @Nullable public Number getWeightInput()
-
getMaxInstances
@Stability(Stable) @NotNull public Number getMaxInstances()
-
setMaxInstances
@Stability(Stable) public void setMaxInstances(@NotNull Number value)
-
getMinInstances
@Stability(Stable) @NotNull public Number getMinInstances()
-
setMinInstances
@Stability(Stable) public void setMinInstances(@NotNull Number value)
-
getWeight
@Stability(Stable) @NotNull public Number getWeight()
-
setWeight
@Stability(Stable) public void setWeight(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocAutoscalingPolicyWorkerConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocAutoscalingPolicyWorkerConfig value)
-
-