CustomVirtualHardware

CustomVirtualHardware
CustomVirtualHardware

Represents custom virtual hardware settings to be applied on the recovered VM.

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

macAddressPolicy

integer As int64 As int64
memoryInMB
Optional

Amount of RAM memory in megabytes.

integer As int32 As int32
numCoresPerSocket
Optional

Number of virtual CPU cores per socket.

integer As int32 As int32
numCpus
Optional

Number of virtual CPUs in the virtual machine.