VirtualHardware

VirtualHardware
VirtualHardware
JSON Example
{
    "coresPerSocket": 1,
    "cpus": 4,
    "memoryMB": 8192,
    "nics": [
        {
            "macAddress": "string",
            "nicKey": 0
        }
    ],
    "storageMB": 10240
}
integer As int32 As int32
coresPerSocket
Optional

Number of virtual CPU cores per socket. If not available value will be null.

integer As int32 As int32
cpus
Optional

Number of virtual CPUs in the VM. If not available the value will be -1.

integer As int32 As int32
memoryMB
Optional

Virtual Machine memory in megabytes. If not available the value will be -1.

array of NicInfo
nics
Optional

nics

integer As int32 As int32
storageMB
Optional

The sum of the capacities of each source disks being replicated in megabytes. If not available value will be null.