Class 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
    • 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()
      • 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)