Vcenter Host Hardware DirectPathDevices MemoryInfo
The Vcenter Host Hardware DirectPathDevices MemoryInfo schema provides information about memory usage on a DirectPath device, in case the device supports it.
This schema was added in vSphere API 9.1.0.0.
{
"used_memory": 0,
"total_memory": 0,
"reserved_used_memory": 0,
"total_reserved_memory": 0
}
The memory used on this device in vSphere in MBs, based on virtual machines running on this device.
This property was added in vSphere API 9.1.0.0.
if missing or null, then this information is not available.
The total available memory on the device, in MBs.
This property was added in vSphere API 9.1.0.0.
if missing or null, then this information is not available.
The amount of reserved memory in use currently on the device, in MBs.
This property was added in vSphere API 9.1.0.0.
if missing or null, then this information is not available.
The total amount of memory reserved on this device, in MBs.
This property was added in vSphere API 9.1.0.0.
if missing or null, then this information is not available.