Vcenter NamespaceManagement VirtualMachineClasses VirtualDevices
This schema is deprecated as of vSphere API 8.0.2.0. Use device changes in VirtualMachineConfigSpec associated with the VM class to add vGPU and Dynamic DirectPath I/O virtual devices.
The Vcenter NamespaceManagement VirtualMachineClasses VirtualDevices schema contains information about the virtual devices associated with a VM class.
This schema was added in vSphere API 7.0.3.0.
{
"vgpu_devices": [
{
"profile_name": "string"
}
],
"dynamic_direct_path_io_devices": [
{
"vendor_id": 0,
"device_id": 0,
"custom_label": "string"
}
]
}
This property is deprecated as of vSphere API 8.0.2.0.
List of vGPU devices.
This property was added in vSphere API 7.0.3.0.
If missing or null, no vGPU devices are present.
This property is deprecated as of vSphere API 8.0.2.0.
List of Dynamic DirectPath I/O devices.
This property was added in vSphere API 7.0.3.0.
If missing or null, no Dynamic DirectPath I/O devices are present.