DirectPathProfileManagerDvxDirectPathConfig
DirectPathProfileManagerDvxDirectPathConfig
Configuration of a DVX DirectPath device.
This configuration represents the properties of a DVX device that are needed for creating a DirectPath profile.
Since: vSphere API Release 9.0.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"dvxBacking": {
"_typeName": "string",
"deviceClass": "string",
"configParams": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
dvxBacking
Required
Backing that represents the information specific to a DVX device.
See VirtualPCIPassthroughDvxBackingInfo for details.