Host Cpu Scheduler System Get Hyperthread Info
The hyperthread configuration for the CpuSchedulerSystem.
The existence of this data object type indicates if the CPU scheduler is capable of scheduling hyperthreads as resources.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostCpuSchedulerSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"available": false,
"active": false,
"config": false
}
The flag to indicate whether or not hyperthreading optimization is available on the system.
This property is set by VMware prior to installation.
The flag to indicate whether or not the CPU scheduler is currently treating hyperthreads as schedulable resources.
Setting this property involves a successful invocation of either the enableHyperThreading() method ("true") or the disableHyperthreading() method ("false"). The property is set once the system is rebooted.
The flag to indicate whether or not the CPU scheduler should treat hyperthreads as schedulable resources the next time the CPU scheduler starts.
- This property is set to "true" by successfully invoking the enableHyperThreading() method.
- This property is set to "false" by successfully invoking the disableHyperthreading() method.