Interface ContainerNodePoolNodeConfigAdvancedMachineFeatures
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerNodePoolNodeConfigAdvancedMachineFeatures.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.295Z") @Stability(Stable) public interface ContainerNodePoolNodeConfigAdvancedMachineFeatures extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerNodePoolNodeConfigAdvancedMachineFeatures.BuilderA builder forContainerNodePoolNodeConfigAdvancedMachineFeaturesstatic classContainerNodePoolNodeConfigAdvancedMachineFeatures.Jsii$ProxyAn implementation forContainerNodePoolNodeConfigAdvancedMachineFeatures
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerNodePoolNodeConfigAdvancedMachineFeatures.Builderbuilder()default ObjectgetEnableNestedVirtualization()Whether the node should have nested virtualization enabled.NumbergetThreadsPerCore()The number of threads per physical core.
-
-
-
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}
-
builder
@Stability(Stable) static ContainerNodePoolNodeConfigAdvancedMachineFeatures.Builder builder()
-
-