Class ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference
-
- 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.269Z") @Stability(Stable) public class ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference 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 ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetCount()NumbergetCountInput()NumbergetCpu()NumbergetCpuInput()ComposerEnvironmentConfigWorkloadsConfigSchedulergetInternalValue()NumbergetMemoryGb()NumbergetMemoryGbInput()NumbergetStorageGb()NumbergetStorageGbInput()voidresetCount()voidresetCpu()voidresetMemoryGb()voidresetStorageGb()voidsetCount(Number value)voidsetCpu(Number value)voidsetInternalValue(ComposerEnvironmentConfigWorkloadsConfigScheduler value)voidsetMemoryGb(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
-
ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference
protected ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference
protected ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference
@Stability(Stable) public ComposerEnvironmentConfigWorkloadsConfigSchedulerOutputReference(@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
-
resetCount
@Stability(Stable) public void resetCount()
-
resetCpu
@Stability(Stable) public void resetCpu()
-
resetMemoryGb
@Stability(Stable) public void resetMemoryGb()
-
resetStorageGb
@Stability(Stable) public void resetStorageGb()
-
getCountInput
@Stability(Stable) @Nullable public Number getCountInput()
-
getCpuInput
@Stability(Stable) @Nullable public Number getCpuInput()
-
getMemoryGbInput
@Stability(Stable) @Nullable public Number getMemoryGbInput()
-
getStorageGbInput
@Stability(Stable) @Nullable public Number getStorageGbInput()
-
getCount
@Stability(Stable) @NotNull public Number getCount()
-
setCount
@Stability(Stable) public void setCount(@NotNull Number value)
-
getCpu
@Stability(Stable) @NotNull public Number getCpu()
-
setCpu
@Stability(Stable) public void setCpu(@NotNull Number value)
-
getMemoryGb
@Stability(Stable) @NotNull public Number getMemoryGb()
-
setMemoryGb
@Stability(Stable) public void setMemoryGb(@NotNull Number value)
-
getStorageGb
@Stability(Stable) @NotNull public Number getStorageGb()
-
setStorageGb
@Stability(Stable) public void setStorageGb(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public ComposerEnvironmentConfigWorkloadsConfigScheduler getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComposerEnvironmentConfigWorkloadsConfigScheduler value)
-
-