esxHyperthreading property

String? esxHyperthreading
getter/setter pair

Whether the ESX is hyperthreaded. Possible string values are:

  • "HYPERTHREADING_STATUS_UNSPECIFIED" : Simultaneous Multithreading status unknown.
  • "HYPERTHREADING_STATUS_DISABLED" : Simultaneous Multithreading is disabled or unavailable.
  • "HYPERTHREADING_STATUS_ENABLED" : Simultaneous Multithreading is enabled.

Implementation

core.String? esxHyperthreading;