Class IntelVmUpdateInstancePlatformConfig
The platform configuration used when updating a virtual machine instance with the Intel platform.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class IntelVmUpdateInstancePlatformConfig : UpdateInstancePlatformConfig
  Properties
IsSymmetricMultiThreadingEnabled
Declaration
[JsonProperty(PropertyName = "isSymmetricMultiThreadingEnabled")]
public bool? IsSymmetricMultiThreadingEnabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also
called simultaneous multithreading (SMT) or Intel Hyper-Threading.
  |