Class InstanceConfigurationAmdVmLaunchInstancePlatformConfig
The platform configuration used when launching a virtual machine instance with the AMD platform.
Inheritance
InstanceConfigurationAmdVmLaunchInstancePlatformConfig
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceConfigurationAmdVmLaunchInstancePlatformConfig : InstanceConfigurationLaunchInstancePlatformConfig
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.
|