VirtualPCIPassthroughDvxBackingInfo

VirtualPCIPassthroughDvxBackingInfo
VirtualPCIPassthroughDvxBackingInfo

DVX Device specific information.

Since: vSphere API Release 8.0.0.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceClass": "string",
    "configParams": [
        {
            "_typeName": "string",
            "key": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
string
deviceClass
Optional

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.

configParams
Optional

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.

Availability
Added in vSphere API Release 8.0.0.1