Interface ContainerNodePoolNodeConfigAdvancedMachineFeatures

    • Method Detail

      • getThreadsPerCore

        @Stability(Stable)
        @NotNull
        Number getThreadsPerCore()
        The number of threads per physical core.

        To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#threads_per_core ContainerNodePool#threads_per_core}

      • getEnableNestedVirtualization

        @Stability(Stable)
        @Nullable
        default Object getEnableNestedVirtualization()
        Whether the node should have nested virtualization enabled.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#enable_nested_virtualization ContainerNodePool#enable_nested_virtualization}