Package com.oracle.bmc.core.model
Class InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder
-
- Enclosing class:
- InstanceConfigurationAmdVmLaunchInstancePlatformConfig
public static class InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceConfigurationAmdVmLaunchInstancePlatformConfig
build()
InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder
copy(InstanceConfigurationAmdVmLaunchInstancePlatformConfig model)
InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder
isMeasuredBootEnabled(Boolean isMeasuredBootEnabled)
InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder
isMemoryEncryptionEnabled(Boolean isMemoryEncryptionEnabled)
InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder
isSecureBootEnabled(Boolean isSecureBootEnabled)
InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder
isSymmetricMultiThreadingEnabled(Boolean isSymmetricMultiThreadingEnabled)
Whether symmetric multithreading is enabled on the instance.InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder
isTrustedPlatformModuleEnabled(Boolean isTrustedPlatformModuleEnabled)
-
-
-
Method Detail
-
isSecureBootEnabled
public InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder isSecureBootEnabled(Boolean isSecureBootEnabled)
-
isTrustedPlatformModuleEnabled
public InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder isTrustedPlatformModuleEnabled(Boolean isTrustedPlatformModuleEnabled)
-
isMeasuredBootEnabled
public InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder isMeasuredBootEnabled(Boolean isMeasuredBootEnabled)
-
isMemoryEncryptionEnabled
public InstanceConfigurationAmdVmLaunchInstancePlatformConfig.Builder isMemoryEncryptionEnabled(Boolean isMemoryEncryptionEnabled)
-
isSymmetricMultiThreadingEnabled
public InstanceConfigurationAmdVmLaunchInstancePlatformConfig.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.
- Parameters:
isSymmetricMultiThreadingEnabled
- the value to set- Returns:
- this builder
-
build
public InstanceConfigurationAmdVmLaunchInstancePlatformConfig build()
-
-