Class DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfigOutputReference

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

      • DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfigOutputReference

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

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

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

      • resetBootDiskSizeGb

        @Stability(Stable)
        public void resetBootDiskSizeGb()
      • resetBootDiskType

        @Stability(Stable)
        public void resetBootDiskType()
      • resetLocalSsdInterface

        @Stability(Stable)
        public void resetLocalSsdInterface()
      • resetNumLocalSsds

        @Stability(Stable)
        public void resetNumLocalSsds()
      • getBootDiskSizeGbInput

        @Stability(Stable)
        @Nullable
        public Number getBootDiskSizeGbInput()
      • getBootDiskTypeInput

        @Stability(Stable)
        @Nullable
        public String getBootDiskTypeInput()
      • getLocalSsdInterfaceInput

        @Stability(Stable)
        @Nullable
        public String getLocalSsdInterfaceInput()
      • getNumLocalSsdsInput

        @Stability(Stable)
        @Nullable
        public Number getNumLocalSsdsInput()
      • getBootDiskSizeGb

        @Stability(Stable)
        @NotNull
        public Number getBootDiskSizeGb()
      • setBootDiskSizeGb

        @Stability(Stable)
        public void setBootDiskSizeGb​(@NotNull
                                      Number value)
      • getBootDiskType

        @Stability(Stable)
        @NotNull
        public String getBootDiskType()
      • setBootDiskType

        @Stability(Stable)
        public void setBootDiskType​(@NotNull
                                    String value)
      • getLocalSsdInterface

        @Stability(Stable)
        @NotNull
        public String getLocalSsdInterface()
      • setLocalSsdInterface

        @Stability(Stable)
        public void setLocalSsdInterface​(@NotNull
                                         String value)
      • getNumLocalSsds

        @Stability(Stable)
        @NotNull
        public Number getNumLocalSsds()
      • setNumLocalSsds

        @Stability(Stable)
        public void setNumLocalSsds​(@NotNull
                                    Number value)