Vcenter Host Hardware DirectPathDevices MemoryInfo

Vcenter Host Hardware DirectPathDevices MemoryInfo
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.

JSON Example
{
    "used_memory": 0,
    "total_memory": 0,
    "reserved_used_memory": 0,
    "total_reserved_memory": 0
}
integer As int64 As int64
used_memory
Optional

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.

integer As int64 As int64
total_memory
Optional

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.

integer As int64 As int64
reserved_used_memory
Optional

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.

integer As int64 As int64
total_reserved_memory
Optional

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.