Data Object - FarmComputeProfileSpec

Class
VMware.Hv.ComputeProfileSpec
Property of
FarmInstantCloneProvisioningStatusData, FarmMaintenanceSpec, FarmVirtualCenterProvisioningData
Since
Horizon 8.6

Data Object Description

Represents a compute profile which allows to customize clones with the specified attibutes of CPU, RAM and cores per socket.

Data Object Properties

Properties

Name Type Description
numCPUxsd:int

The number of CPUs to configure on clones
  • This property has a default value of 1.
  • This property has a minimum value of 1.
ramxsd:int

The RAM in MB to configure on clones
  • This property has a default value of 1.
  • This property has a minimum value of 1.
coresPerSocketxsd:int

Number of cores per socket for the CPU, the number CPU must be a multiple of coresPerSocket
  • This property has a default value of 1.
  • This property need not be set.
  • This property has a minimum value of 1.