Class DataprocClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfigOutputReference

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

      • DataprocClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfigOutputReference

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

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

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

      • resetLocalSsdCount

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

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

        @Stability(Stable)
        public void resetMinCpuPlatform()
      • resetPreemptible

        @Stability(Stable)
        public void resetPreemptible()
      • resetSpot

        @Stability(Stable)
        public void resetSpot()
      • getLocalSsdCountInput

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

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

        @Stability(Stable)
        @Nullable
        public String getMinCpuPlatformInput()
      • getPreemptibleInput

        @Stability(Stable)
        @Nullable
        public Object getPreemptibleInput()
      • getSpotInput

        @Stability(Stable)
        @Nullable
        public Object getSpotInput()
      • getLocalSsdCount

        @Stability(Stable)
        @NotNull
        public Number getLocalSsdCount()
      • setLocalSsdCount

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

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

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

        @Stability(Stable)
        @NotNull
        public String getMinCpuPlatform()
      • setMinCpuPlatform

        @Stability(Stable)
        public void setMinCpuPlatform​(@NotNull
                                      String value)
      • getPreemptible

        @Stability(Stable)
        @NotNull
        public Object getPreemptible()
      • setPreemptible

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

        @Stability(Stable)
        public void setPreemptible​(@NotNull
                                   com.hashicorp.cdktf.IResolvable value)
      • getSpot

        @Stability(Stable)
        @NotNull
        public Object getSpot()
      • setSpot

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

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