Class AmdVmPlatformConfig
The platform configuration of a virtual machine instance that uses the AMD platform.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AmdVmPlatformConfig : PlatformConfig
  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.
  |