Class GkeonpremBareMetalNodePoolNodePoolConfigOutputReference

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

      • GkeonpremBareMetalNodePoolNodePoolConfigOutputReference

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

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

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

      • putNodeConfigs

        @Stability(Stable)
        public void putNodeConfigs​(@NotNull
                                   Object value)
        Parameters:
        value - This parameter is required.
      • putTaints

        @Stability(Stable)
        public void putTaints​(@NotNull
                              Object value)
        Parameters:
        value - This parameter is required.
      • resetLabels

        @Stability(Stable)
        public void resetLabels()
      • resetOperatingSystem

        @Stability(Stable)
        public void resetOperatingSystem()
      • resetTaints

        @Stability(Stable)
        public void resetTaints()
      • getLabelsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getLabelsInput()
      • getNodeConfigsInput

        @Stability(Stable)
        @Nullable
        public Object getNodeConfigsInput()
      • getOperatingSystemInput

        @Stability(Stable)
        @Nullable
        public String getOperatingSystemInput()
      • getTaintsInput

        @Stability(Stable)
        @Nullable
        public Object getTaintsInput()
      • getLabels

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getLabels()
      • setLabels

        @Stability(Stable)
        public void setLabels​(@NotNull
                              Map<String,​String> value)
      • getOperatingSystem

        @Stability(Stable)
        @NotNull
        public String getOperatingSystem()
      • setOperatingSystem

        @Stability(Stable)
        public void setOperatingSystem​(@NotNull
                                       String value)