VirtualHardware

VirtualHardware
VirtualHardware

Represents basic information related to a replicated VM.

JSON Example
{
    "coresPerSocket": 1,
    "cpus": 4,
    "memoryMB": 8192,
    "storageMB": 10240
}
integer As int32 As int32
coresPerSocket
Optional

Number of virtual CPU cores per socket. When not available value is null.

integer As int32 As int32
cpus
Optional

Number of virtual CPUs in the virtual machine. When not available the value is -1.

integer As int32 As int32
memoryMB
Optional

Amount of virtual machine memory in megabytes. When not available the value is -1.

integer As int32 As int32
storageMB
Optional

Sum of the capacities of all replicated source disks in megabytes. When not available the value is null.