Class ContainerClusterNodePoolNodeConfigAdvancedMachineFeaturesOutputReference

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

      • ContainerClusterNodePoolNodeConfigAdvancedMachineFeaturesOutputReference

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

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

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

      • resetEnableNestedVirtualization

        @Stability(Stable)
        public void resetEnableNestedVirtualization()
      • getEnableNestedVirtualizationInput

        @Stability(Stable)
        @Nullable
        public Object getEnableNestedVirtualizationInput()
      • getThreadsPerCoreInput

        @Stability(Stable)
        @Nullable
        public Number getThreadsPerCoreInput()
      • getEnableNestedVirtualization

        @Stability(Stable)
        @NotNull
        public Object getEnableNestedVirtualization()
      • setEnableNestedVirtualization

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

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

        @Stability(Stable)
        @NotNull
        public Number getThreadsPerCore()
      • setThreadsPerCore

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