public static class AmdVmLaunchInstancePlatformConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AmdVmLaunchInstancePlatformConfig |
build() |
AmdVmLaunchInstancePlatformConfig.Builder |
copy(AmdVmLaunchInstancePlatformConfig model) |
AmdVmLaunchInstancePlatformConfig.Builder |
isMeasuredBootEnabled(Boolean isMeasuredBootEnabled) |
AmdVmLaunchInstancePlatformConfig.Builder |
isMemoryEncryptionEnabled(Boolean isMemoryEncryptionEnabled) |
AmdVmLaunchInstancePlatformConfig.Builder |
isSecureBootEnabled(Boolean isSecureBootEnabled) |
AmdVmLaunchInstancePlatformConfig.Builder |
isSymmetricMultiThreadingEnabled(Boolean isSymmetricMultiThreadingEnabled)
Whether symmetric multithreading is enabled on the instance.
|
AmdVmLaunchInstancePlatformConfig.Builder |
isTrustedPlatformModuleEnabled(Boolean isTrustedPlatformModuleEnabled) |
public AmdVmLaunchInstancePlatformConfig.Builder isSecureBootEnabled(Boolean isSecureBootEnabled)
public AmdVmLaunchInstancePlatformConfig.Builder isTrustedPlatformModuleEnabled(Boolean isTrustedPlatformModuleEnabled)
public AmdVmLaunchInstancePlatformConfig.Builder isMeasuredBootEnabled(Boolean isMeasuredBootEnabled)
public AmdVmLaunchInstancePlatformConfig.Builder isMemoryEncryptionEnabled(Boolean isMemoryEncryptionEnabled)
public AmdVmLaunchInstancePlatformConfig.Builder isSymmetricMultiThreadingEnabled(Boolean isSymmetricMultiThreadingEnabled)
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
isSymmetricMultiThreadingEnabled
- the value to setpublic AmdVmLaunchInstancePlatformConfig build()
public AmdVmLaunchInstancePlatformConfig.Builder copy(AmdVmLaunchInstancePlatformConfig model)
Copyright © 2016–2025. All rights reserved.