visibleCoreCount property

int? visibleCoreCount
getter/setter pair

The number of physical cores to expose to an instance.

Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.

Implementation

core.int? visibleCoreCount;