Interface ContainerClusterNodeConfigAdvancedMachineFeatures
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodeConfigAdvancedMachineFeatures.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.234Z") @Stability(Stable) public interface ContainerClusterNodeConfigAdvancedMachineFeatures extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodeConfigAdvancedMachineFeatures.BuilderA builder forContainerClusterNodeConfigAdvancedMachineFeaturesstatic classContainerClusterNodeConfigAdvancedMachineFeatures.Jsii$ProxyAn implementation forContainerClusterNodeConfigAdvancedMachineFeatures
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerClusterNodeConfigAdvancedMachineFeatures.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_cluster#threads_per_core ContainerCluster#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_cluster#enable_nested_virtualization ContainerCluster#enable_nested_virtualization}
-
builder
@Stability(Stable) static ContainerClusterNodeConfigAdvancedMachineFeatures.Builder builder()
-
-