CustomVirtualHardware

CustomVirtualHardware
CustomVirtualHardware
JSON Example
{
    "macAddressPolicy": "GENERATE_NEW",
    "memoryInMB": 2048,
    "numCoresPerSocket": 2,
    "numCpus": 4
}
string
macAddressPolicy
Optional

Whether to change the MAC addresses of all network devices. If unset no changes will be performed. If the recovered VM hits instance uuid collision new MAC addresses will be generated by vCenter.

Possible values are : DEFAULT, GENERATE_NEW,
integer As int64 As int64
memoryInMB
Optional

RAM memory in MBs.

integer As int32 As int32
numCoresPerSocket
Optional

Number of cores per socket.

integer As int32 As int32
numCpus
Optional

Number of CPUs.