Hi,
I have a simple question : how can i retrieve the memory reservation for a virtual machine ?
I get the actual memory with "myvar = VirtualMachine.config.hardware.memoryMB; " but for reservation i don't know.
I've tested : "myvar2 = VirtualMachine.memoryAllocation.VcResourceAllocationInfo.reservation;" but it doesen't work.
Best regards