ArrayOfDistributedVirtualSwitchManagerDvsProductSpec
ArrayOfDistributedVirtualSwitchManagerDvsProductSpec
A boxed array of DistributedVirtualSwitchManagerDvsProductSpec. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"newSwitchProductSpec": {
"_typeName": "string",
"name": "string",
"vendor": "string",
"version": "string",
"build": "string",
"forwardingClass": "string",
"bundleId": "string",
"bundleUrl": "string"
},
"distributedVirtualSwitch": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
]
}