Class ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference
-
- 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.270Z") @Stability(Stable) public class ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference 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 ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetCpu()NumbergetCpuInput()ComposerEnvironmentConfigWorkloadsConfigWorkergetInternalValue()NumbergetMaxCount()NumbergetMaxCountInput()NumbergetMemoryGb()NumbergetMemoryGbInput()NumbergetMinCount()NumbergetMinCountInput()NumbergetStorageGb()NumbergetStorageGbInput()voidresetCpu()voidresetMaxCount()voidresetMemoryGb()voidresetMinCount()voidresetStorageGb()voidsetCpu(Number value)voidsetInternalValue(ComposerEnvironmentConfigWorkloadsConfigWorker value)voidsetMaxCount(Number value)voidsetMemoryGb(Number value)voidsetMinCount(Number value)voidsetStorageGb(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
-
ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference
protected ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference
protected ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference
@Stability(Stable) public ComposerEnvironmentConfigWorkloadsConfigWorkerOutputReference(@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
-
resetCpu
@Stability(Stable) public void resetCpu()
-
resetMaxCount
@Stability(Stable) public void resetMaxCount()
-
resetMemoryGb
@Stability(Stable) public void resetMemoryGb()
-
resetMinCount
@Stability(Stable) public void resetMinCount()
-
resetStorageGb
@Stability(Stable) public void resetStorageGb()
-
getCpuInput
@Stability(Stable) @Nullable public Number getCpuInput()
-
getMaxCountInput
@Stability(Stable) @Nullable public Number getMaxCountInput()
-
getMemoryGbInput
@Stability(Stable) @Nullable public Number getMemoryGbInput()
-
getMinCountInput
@Stability(Stable) @Nullable public Number getMinCountInput()
-
getStorageGbInput
@Stability(Stable) @Nullable public Number getStorageGbInput()
-
getCpu
@Stability(Stable) @NotNull public Number getCpu()
-
setCpu
@Stability(Stable) public void setCpu(@NotNull Number value)
-
getMaxCount
@Stability(Stable) @NotNull public Number getMaxCount()
-
setMaxCount
@Stability(Stable) public void setMaxCount(@NotNull Number value)
-
getMemoryGb
@Stability(Stable) @NotNull public Number getMemoryGb()
-
setMemoryGb
@Stability(Stable) public void setMemoryGb(@NotNull Number value)
-
getMinCount
@Stability(Stable) @NotNull public Number getMinCount()
-
setMinCount
@Stability(Stable) public void setMinCount(@NotNull Number value)
-
getStorageGb
@Stability(Stable) @NotNull public Number getStorageGb()
-
setStorageGb
@Stability(Stable) public void setStorageGb(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public ComposerEnvironmentConfigWorkloadsConfigWorker getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComposerEnvironmentConfigWorkloadsConfigWorker value)
-
-