VirtualPCIPassthroughDvxBackingInfo
DVX Device specific information.
Since: vSphere API Release 8.0.0.1
{
"_typeName": "string",
"deviceClass": "string",
"configParams": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
The device class that backs this DVX device.
During add operations, this value must be a non-empty string. During edit operations, if this value is not set or is an empty string, the current device class remains unchanged.
The configuration parameters for this device class.
All required configuration parameters must be provided for both add and edit operations. The provided configuration parameters replace the previous ones. In particular, passing an empty array will unset all existing configuration parameters.