Interface ComputeRegionInstanceTemplateAdvancedMachineFeatures
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionInstanceTemplateAdvancedMachineFeatures.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.765Z") @Stability(Stable) public interface ComputeRegionInstanceTemplateAdvancedMachineFeatures extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionInstanceTemplateAdvancedMachineFeatures.BuilderA builder forComputeRegionInstanceTemplateAdvancedMachineFeaturesstatic classComputeRegionInstanceTemplateAdvancedMachineFeatures.Jsii$ProxyAn implementation forComputeRegionInstanceTemplateAdvancedMachineFeatures
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionInstanceTemplateAdvancedMachineFeatures.Builderbuilder()default ObjectgetEnableNestedVirtualization()Whether to enable nested virtualization or not.default NumbergetThreadsPerCore()The number of threads per physical core.default NumbergetVisibleCoreCount()The number of physical cores to expose to an instance.
-
-
-
Method Detail
-
getEnableNestedVirtualization
@Stability(Stable) @Nullable default Object getEnableNestedVirtualization()
Whether to enable nested virtualization or not.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#enable_nested_virtualization ComputeRegionInstanceTemplate#enable_nested_virtualization}
-
getThreadsPerCore
@Stability(Stable) @Nullable default 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/compute_region_instance_template#threads_per_core ComputeRegionInstanceTemplate#threads_per_core}
-
getVisibleCoreCount
@Stability(Stable) @Nullable default Number getVisibleCoreCount()
The number of physical cores to expose to an instance.Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#visible_core_count ComputeRegionInstanceTemplate#visible_core_count}
-
builder
@Stability(Stable) static ComputeRegionInstanceTemplateAdvancedMachineFeatures.Builder builder()
-
-