ArrayOfDirectPathProfileManagerDvxDirectPathConfig
ArrayOfDirectPathProfileManagerDvxDirectPathConfig
A boxed array of DirectPathProfileManagerDvxDirectPathConfig. 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",
"dvxBacking": {
"_typeName": "string",
"deviceClass": "string",
"configParams": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
]
}