DirectPathProfileManagerDynamicDirectPathConfig
DirectPathProfileManagerDynamicDirectPathConfig
Configuration of a Dynamic DirectPath device.
This configuration represents the properties of a Dynamic DirectPath 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",
"dynamicDirectPathBacking": {
"_typeName": "string",
"deviceName": "string",
"useAutoDetect": false,
"allowedDevice": [
{
"_typeName": "string",
"vendorId": 0,
"deviceId": 0,
"subVendorId": 0,
"subDeviceId": 0,
"revisionId": 0
}
],
"customLabel": "string",
"assignedId": "string"
}
}
dynamicDirectPathBacking
Required
Backing that maps a virtual device onto a physical device for a Dynamic DirectPath device.
See VirtualPCIPassthroughDynamicBackingInfo for details.