VmwareDistributedVirtualSwitchNetworkOffloadConfig

VmwareDistributedVirtualSwitchNetworkOffloadConfig
VmwareDistributedVirtualSwitchNetworkOffloadConfig

This data structure defines the network offoad specific configuration of a distributed virtual switch.

Since: vSphere API Release 8.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dpuFailoverPolicy": {
        "_typeName": "string",
        "activeUplink": [
            "string"
        ],
        "standbyUplink": [
            "string"
        ]
    }
}
dpuFailoverPolicy
Optional

This data structure defines the failover policy for a distributed virtual switch when network offload is enabled, specifically related to the Data Processing Unit(DPU).

The active and standby uplinks are expected to be backed by different DPUs to provide redundancy. If DPU backing active uplinks fails, then the standby DPU takes over to ensure uninterrupted network connectivity.

Since: vSphere API Release 8.0.3.0