ArrayOfDistributedVirtualSwitchNetworkOffloadSpec
ArrayOfDistributedVirtualSwitchNetworkOffloadSpec
A boxed array of DistributedVirtualSwitchNetworkOffloadSpec. To be used in Any placeholders.
Since: vSphere API Release 8.0.0.1
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"id": "string",
"name": "string",
"types": [
"string"
],
"dpuCapability": {
"_typeName": "string",
"networkOffloadSupported": false,
"activeStandbyModeSupported": false
}
}
]
}