Class CloudbuildWorkerPoolWorkerConfigOutputReference

  • 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.098Z")
    @Stability(Stable)
    public class CloudbuildWorkerPoolWorkerConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudbuildWorkerPoolWorkerConfigOutputReference

        protected CloudbuildWorkerPoolWorkerConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • CloudbuildWorkerPoolWorkerConfigOutputReference

        protected CloudbuildWorkerPoolWorkerConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • CloudbuildWorkerPoolWorkerConfigOutputReference

        @Stability(Stable)
        public CloudbuildWorkerPoolWorkerConfigOutputReference​(@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

      • resetDiskSizeGb

        @Stability(Stable)
        public void resetDiskSizeGb()
      • resetMachineType

        @Stability(Stable)
        public void resetMachineType()
      • resetNoExternalIp

        @Stability(Stable)
        public void resetNoExternalIp()
      • getDiskSizeGbInput

        @Stability(Stable)
        @Nullable
        public Number getDiskSizeGbInput()
      • getMachineTypeInput

        @Stability(Stable)
        @Nullable
        public String getMachineTypeInput()
      • getNoExternalIpInput

        @Stability(Stable)
        @Nullable
        public Object getNoExternalIpInput()
      • getDiskSizeGb

        @Stability(Stable)
        @NotNull
        public Number getDiskSizeGb()
      • setDiskSizeGb

        @Stability(Stable)
        public void setDiskSizeGb​(@NotNull
                                  Number value)
      • getMachineType

        @Stability(Stable)
        @NotNull
        public String getMachineType()
      • setMachineType

        @Stability(Stable)
        public void setMachineType​(@NotNull
                                   String value)
      • getNoExternalIp

        @Stability(Stable)
        @NotNull
        public Object getNoExternalIp()
      • setNoExternalIp

        @Stability(Stable)
        public void setNoExternalIp​(@NotNull
                                    Boolean value)
      • setNoExternalIp

        @Stability(Stable)
        public void setNoExternalIp​(@NotNull
                                    com.hashicorp.cdktf.IResolvable value)