DistributedVirtualSwitchNetworkOffloadSpec
DistributedVirtualSwitchNetworkOffloadSpec
Describe the network offload specification of a VmwareDistributedVirtualSwitch.
Since: vSphere API Release 8.0.0.1
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": "string",
"name": "string",
"types": [
"string"
],
"dpuCapability": {
"_typeName": "string",
"networkOffloadSupported": false,
"activeStandbyModeSupported": false
}
}
string
id
Required
Identifier of the specification.
string
name
Optional
Name of the specification.
array of
string
types
Optional
DPU types supported in the specification.
dpuCapability
Optional
The VMwareDvsDpuCapability data object describes version-specific DPU capabilities.
If unset, the DPU capability should be determined from VMwareDVSFeatureCapability.dpuCapability.
Since: vSphere API Release 9.1.0.0