VirtualNVDIMM
VirtualNVDIMM
The Virtual NVDIMM device.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": 0,
"deviceInfo": {
"_typeName": "string",
"label": "string",
"summary": "string"
},
"backing": {
"_typeName": "string"
},
"connectable": {
"_typeName": "string",
"migrateConnect": "string",
"startConnected": false,
"allowGuestControl": false,
"connected": false,
"status": "string"
},
"slotInfo": {
"_typeName": "string"
},
"controllerKey": 0,
"unitNumber": 0,
"numaNode": 0,
"deviceGroupInfo": {
"_typeName": "string",
"groupInstanceKey": 0,
"sequenceId": 0
},
"capacityInMB": 0,
"configuredCapacityInMB": 0
}
integer As int64 As int64
capacityInMB
Required
NVDIMM backing size in MiB.
If backing is inaccessible, then capacity is reported as 0.
integer As int64 As int64
configuredCapacityInMB
Optional
NVDIMM device's configured size in MiB.
Since: vSphere API Release 7.0.2.0