Class GkeonpremVmwareClusterDataplaneV2OutputReference

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

      • GkeonpremVmwareClusterDataplaneV2OutputReference

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

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

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

      • resetAdvancedNetworking

        @Stability(Stable)
        public void resetAdvancedNetworking()
      • resetDataplaneV2Enabled

        @Stability(Stable)
        public void resetDataplaneV2Enabled()
      • resetWindowsDataplaneV2Enabled

        @Stability(Stable)
        public void resetWindowsDataplaneV2Enabled()
      • getAdvancedNetworkingInput

        @Stability(Stable)
        @Nullable
        public Object getAdvancedNetworkingInput()
      • getDataplaneV2EnabledInput

        @Stability(Stable)
        @Nullable
        public Object getDataplaneV2EnabledInput()
      • getWindowsDataplaneV2EnabledInput

        @Stability(Stable)
        @Nullable
        public Object getWindowsDataplaneV2EnabledInput()
      • getAdvancedNetworking

        @Stability(Stable)
        @NotNull
        public Object getAdvancedNetworking()
      • setAdvancedNetworking

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

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

        @Stability(Stable)
        @NotNull
        public Object getDataplaneV2Enabled()
      • setDataplaneV2Enabled

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

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

        @Stability(Stable)
        @NotNull
        public Object getWindowsDataplaneV2Enabled()
      • setWindowsDataplaneV2Enabled

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

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