|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Note: This managed object is useful only on platforms where resource management controls are available to optimize the running of virtual machines.
Properties
| Name | Type | Description |
|---|---|---|
| hyperthreadInfo* | HostHyperThreadScheduleInfo |
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.
|
| Properties inherited from ExtensibleManagedObject | ||
| availableField, value | ||
Methods
| Methods defined in this Managed Object |
|---|
| DisableHyperThreading, EnableHyperThreading |
| Methods inherited from ExtensibleManagedObject |
| setCustomValue |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostCpuSchedulerSystem used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| NotSupported | Thrown if the hyperthreading optimization is not available on the host (the boolean available is set to false). |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostCpuSchedulerSystem used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| NotSupported | Thrown if the hyperthreading optimization is not available on the host (the boolean available is set to false). |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |