ArrayOfDirectPathProfileManagerDynamicDirectPathConfig
ArrayOfDirectPathProfileManagerDynamicDirectPathConfig
A boxed array of DirectPathProfileManagerDynamicDirectPathConfig. To be used in Any placeholders.
Since: vSphere API Release 9.0.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_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"
}
}
]
}