vcpuCount property

int? vcpuCount
getter/setter pair

The number of vCPUs the VM has.

It is calculated as the number of CPU cores * threads per CPU the VM has.

Implementation

core.int? vcpuCount;