Class AppEngineFlexibleAppVersionResourcesOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionResourcesOutputReference
-
- 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:17.465Z") @Stability(Stable) public class AppEngineFlexibleAppVersionResourcesOutputReference 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 AppEngineFlexibleAppVersionResourcesOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppEngineFlexibleAppVersionResourcesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppEngineFlexibleAppVersionResourcesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetCpu()NumbergetCpuInput()NumbergetDiskGb()NumbergetDiskGbInput()AppEngineFlexibleAppVersionResourcesgetInternalValue()NumbergetMemoryGb()NumbergetMemoryGbInput()AppEngineFlexibleAppVersionResourcesVolumesListgetVolumes()ObjectgetVolumesInput()voidputVolumes(Object value)voidresetCpu()voidresetDiskGb()voidresetMemoryGb()voidresetVolumes()voidsetCpu(Number value)voidsetDiskGb(Number value)voidsetInternalValue(AppEngineFlexibleAppVersionResources value)voidsetMemoryGb(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
-
AppEngineFlexibleAppVersionResourcesOutputReference
protected AppEngineFlexibleAppVersionResourcesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppEngineFlexibleAppVersionResourcesOutputReference
protected AppEngineFlexibleAppVersionResourcesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppEngineFlexibleAppVersionResourcesOutputReference
@Stability(Stable) public AppEngineFlexibleAppVersionResourcesOutputReference(@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
-
putVolumes
@Stability(Stable) public void putVolumes(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetCpu
@Stability(Stable) public void resetCpu()
-
resetDiskGb
@Stability(Stable) public void resetDiskGb()
-
resetMemoryGb
@Stability(Stable) public void resetMemoryGb()
-
resetVolumes
@Stability(Stable) public void resetVolumes()
-
getVolumes
@Stability(Stable) @NotNull public AppEngineFlexibleAppVersionResourcesVolumesList getVolumes()
-
getCpuInput
@Stability(Stable) @Nullable public Number getCpuInput()
-
getDiskGbInput
@Stability(Stable) @Nullable public Number getDiskGbInput()
-
getMemoryGbInput
@Stability(Stable) @Nullable public Number getMemoryGbInput()
-
getVolumesInput
@Stability(Stable) @Nullable public Object getVolumesInput()
-
getCpu
@Stability(Stable) @NotNull public Number getCpu()
-
setCpu
@Stability(Stable) public void setCpu(@NotNull Number value)
-
getDiskGb
@Stability(Stable) @NotNull public Number getDiskGb()
-
setDiskGb
@Stability(Stable) public void setDiskGb(@NotNull Number value)
-
getMemoryGb
@Stability(Stable) @NotNull public Number getMemoryGb()
-
setMemoryGb
@Stability(Stable) public void setMemoryGb(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionResources getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppEngineFlexibleAppVersionResources value)
-
-